Skip to main content

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

ParameterDescriptionRequired
fileThe 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.

ParameterDescriptionRequired
roleThe role allowed to mint.yes
quantityHow many each member of the role may mint.yes

Command: /mint-config-by-csv — set per-wallet limits from a file.

ParameterDescriptionRequired
fileA CSV file with the header wallet, limit.yes

3. Publish the mint

Command: /mint-config-publish

ParameterDescriptionRequired
channelThe channel where the mint message will be published.yes
roleThe role granted to anyone holding 1 NFT from the mint.yes
mint-notificationWhether 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.