deploy_nft_collection
Deploy an ERC-721 NFT collection on Chiliz by providing name, symbol, max supply, and base token URI.
Instructions
Deploy an ERC-721 NFT collection on Chiliz blockchain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Collection name (e.g., "Fan Moments") | |
| symbol | Yes | Collection symbol (e.g., "FMNT") | |
| maxSupply | Yes | Maximum number of NFTs that can be minted | |
| baseTokenURI | Yes | Base URI for token metadata (e.g., "ipfs://QmXxx/") |