Deploy a modular Edition Drop contract
The Edition Drop contract also known as “semi-fungible” or “multi” tokens create multiple NFTs from the same asset based on the ERC-1155 standard.
Edition Drop includes settings called claim conditions which allow deployers to set a prices for tokens per claim phase and limits on how many tokens to be released.
The Edition Drop contract allows users to claim tokens based on specific settings set using Claim Conditions. If you do not need to set limits or special settings on how to claim, refer to the Edition contract.
- Create NFT Memberships such as Early Access Cards for users to claim
- Release a limited in-game item
- Create badges, certificates, or passes for real world assets and events
- Claimable
- BatchMetadata
- Royalty
- SequentialTokenId
Learn how to deploy a modular Edition Drop contract through the dashboard.
Navigate to Explore, locate the Modular Edition Drop contract, and select the Deploy Now button.
Fill in the Contract Metadata including Name, Symbol, Description, and Image.
Contract Metadata serves as your unique identifier.
Input a number you want your tokens to start at for the sequential token id. If you don’t have a preference to change it, you may input 0.
Select the preferred chain you want to deploy on and select Deploy Now.
If you are signed in with an EOA wallet, you will be prompted to sign the transaction. After that your contract is deployed and you can begin configuring the modules.
This contract is created using the modular contract framework. Modules on this contract are upgradeable. Learn more about Modular Contracts.
To configure the modules, navigate to the Modules view:
(Coming soon)