Learn how to mint NFTs into collections on Solana
Parameter | Type | Required | Description |
---|---|---|---|
collectionMint | PublicKey | Yes | Collection address to mint into |
metadata.name | string | Yes | Name of the NFT |
metadata.uri | string | Yes | Metadata URI for the NFT |
recipient | PublicKey | No | Recipient address (defaults to minter) |
deployCollection
: Create new collectionstransfer
: Transfer NFTsgetBalance
: Check NFT ownershipfetchMetadata
: Get NFT metadata