NFT Minting & Mint Configuration
Run a mint for your collection
After creating your collection (see cNFT Creation), use these commands to upload assets, decide who can mint, and publish the mint to your members.
1. Upload your assets
Command: /create-nfts-upload
| Parameter | Description | Required |
|---|---|---|
| file | The assets to upload for your collection. | yes |
2. Decide who can mint
Choose one of these approaches.
Command: /mint-config-by-role — let a role mint a set quantity.
| Parameter | Description | Required |
|---|---|---|
| role | The role allowed to mint. | yes |
| quantity | How many each member of the role may mint. | yes |
Command: /mint-config-by-csv — set per-wallet limits from a file.
| Parameter | Description | Required |
|---|---|---|
| file | A CSV file with the header wallet, limit. | yes |
3. Publish the mint
Command: /mint-config-publish
| Parameter | Description | Required |
|---|---|---|
| channel | The channel where the mint message will be published. | yes |
| role | The role granted to anyone holding 1 NFT from the mint. | yes |
| mint-notification | Whether to post minting notifications (Yes / No). | yes |
Track your mint
Command: /collection-stats — get live information about your ongoing mint.
Admins only
These are premium features and require administrator permissions.