metaplex-nft_mintNFT
Mint NFTs on Solana using Metaplex, supporting both standard and compressed (cNFT) minting for lower cost.
Instructions
Mint a new NFT via Metaplex. Supports both standard and compressed (cNFT) minting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | URI to NFT metadata JSON (image, attributes, etc.) | |
| name | Yes | NFT name | |
| symbol | No | NFT symbol | |
| creators | No | ||
| authority | Yes | Mint authority wallet | |
| isMutable | No | ||
| recipient | No | Solana public key (base58) | |
| collection | No | NFT mint address (base58) | |
| merkleTree | No | Solana public key (base58) | |
| isCompressed | No | Mint as compressed NFT (cNFT) for lower cost | |
| sellerFeeBasisPoints | No |