metaplex-nft_deployCollection
Deploy an NFT collection on Solana, specifying name, symbol, URI, royalty, and creator shares. Returns collection mint and metadata addresses.
Instructions
Deploy a new NFT collection via Metaplex. Returns the collection mint and metadata addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | URI to collection metadata JSON | |
| name | Yes | Collection name | |
| symbol | Yes | Collection symbol | |
| creators | No | Creator list with revenue shares (must sum to 100) | |
| authority | Yes | Collection authority wallet | |
| isMutable | No | ||
| maxSupply | No | Max NFTs in collection (0 = unlimited) | |
| sellerFeeBasisPoints | No | Royalty fee in bps (500 = 5%) |