βοΈMinting types
Our tool provide 3 minting scenarios. Choose the one that best fits your needs.

Sequential Minting
This is the most common minting type. Its process involves minting NFTs in the order they are defined. Each minting action increments the counter, starting from token 1 and progressing sequentially.
Explore further details in the "Sequential Minting" section.
Random Minting
This type of minting randomly selects the NFT from the collection that the user will mint. The user does not know which NFT from the entire collection will be provided.
Explore further details in the "Random Minting" section.
Specify Minting
User can choose the NFT to mint from among all those in the collection, provided it hasn't already been minted.
Explore further details in the "Specify Minting" section.
Last updated