Learn how to deploy NFT collections on Solana
Parameter | Type | Required | Description |
---|---|---|---|
name | string | Yes | Name of the collection |
uri | string | Yes | Metadata URI for the collection |
royaltyBasisPoints | number | No | Royalty percentage in basis points (100 = 1%) |
mintNFT
: Mint NFTs to the collectiongetBalance
: Check wallet balancetransfer
: Transfer NFTsfetchMetadata
: Get collection metadata