Minting Info

Number Of Tokens
(For Standard Minter) The number of tokens in your collection. Maximum 10,000 tokens.
Base Token URI
See Assets and metadata.
For Standard Minter
The link to the folder with JSON metadata files for every token.
The minter will generate token_uri by adding /{token_id}.json
to the base uri, so it is very important that the metadata files are numbered sequentially from 1.json
to {Number Of Tokens}.json
For Open Edition Minter
The link to the JSON metadata file.
Start Minting Time
The beginning of minting. It has to be some time in the future, but no more than 21 days.
Payment Address
An address to receive minting revenues.
Stages
You can set up to 4 mint stages. The stages are sequential and will start one after the other. At least 1 stage should be Public.
Stage -> Title
The stage title. Maximum 28 characters.
Stage -> Duration
The stage duration. Maximum 21 days.
Stage -> Mint Price
The stage mint price. It could be 0 for a free mint.
Stage -> Max Per Wallet
The maximum number of tokens a user can mint per wallet during this stage.
Stage -> Access
You can allow minting only for specific addresses by setting the whitelist contract. See Whitelist.
Last updated