Mint ART20
Understanding ART20 Project Creation
This form allows you to create a new ART20 Project (Collection) on the Sui blockchain. This defines the foundational properties for your assets and mints the initial batch.
Key Parameters Explained:
- Category: Assigns your project to an existing category for organization.
- Name & Description: Sets the identity for your project and the individual ART20 tokens initially minted.
- Supply (Initial & Max): 'Initial' is how many tokens are created now. 'Max' sets the total possible limit (use 0 for unlimited future minting via the 'Mint More' function, if mutable).
- Website & Image URLs: Provide links associated with your project and a visual representation.
- Is Mutable: If checked, you (the creator) can update the collection's metadata (like name, description, URLs) and potentially mint more tokens later (up to the Max Supply). If unchecked, these properties become permanent after creation.
- Has Deny List Authority: If checked, you gain the ability to block specific Sui addresses from receiving or interacting with tokens from this collection using the 'Deny List' feature.
What Happens On-Chain:
Upon successful transaction:
- ✅ A unique Collection Cap object is created and sent to your wallet. This represents your ownership and administrative control over the project.
- ✅ The specified Initial Supply of individual ART20 NFT objects are minted and sent to your wallet.
- ✅ A User Balance object for this collection is created and sent to your wallet, tracking your initial holding.
- ✅ Relevant events like `CollectionCreated`, `CollectionMintEvent`, `NFTMintedEvent`, and `TransferEvent` are emitted on the blockchain.
Important Considerations:
- ⚠️ If you uncheck 'Is Mutable', the core collection properties cannot be changed later. Choose carefully based on your project's needs.
- 💰 A network transaction fee (gas fee) in SUI is required. The protocol might also require an additional fee based on its configuration (check the fee info fetched by the form).
- 🔑 You, the creator (connected wallet), will be the initial owner of the `CollectionCap` and all minted ART20 NFTs.