Pawnhub is a P2P pawning platform.
- Borrowers: Get a loan by pawning an NFT.
- Lenders: Fund a loan and earn interest or the underlying NFT.
- Pawn: An item deposited as security for a loan (Noun). Or, the act of depositing the item (Verb).
- Download the spl token metadata program from mainnet
solana program dump metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s spl_token_metadata.so -um
anchor build --verifiable -p pawn_shop -- --features mainnet
...