🖥️Smart Contract

Goal

Welcome to the smart contract phase 👨‍💻. Your objective here is to configure all the necessary details for your smart contract to allow people to "mint" your digital collectible.

Explain like I'm five please

What is a Smart Contract?

A smart contract, in essence, is a self-executing contract with the terms of the agreement directly written into code. It's the backbone of your project, ensuring transparency, trust, and automation in the decentralized world.

What is "Minting"?

The process of 'minting' is the digital equivalent of striking a coin in the physical world. It's the act of turning your digital artwork into a unique, non-fungible token (NFT) on the blockchain. This process gives your digital collectible a verifiable, immutable existence, making it a true digital asset.

Is this safe?

Creator Studio's contract deployer is audited for security & reliability. You can read the full audit report performed by @Web3Auditing here.

Capabilities

  • ERC-721A NFTs on the Ethereum or Polygon networks

  • Royalty enforcement compatible with OpenSea's requirements.

  • As many minting phases as you need for your drop

  • Configurable prices in each phase of sale (including support for free mints)

  • Configurable per-wallet maximum for each phase of the sale

  • Import an allowlist to control who can mint for each sale phase

  • Minting tools to facilitate your mint without needing to write any code

  • Multiple reveal types: Instant Reveal or Delayed Reveal

  • On-chain royalty metadata via EIP-2981

  • Withdraw primary sale proceeds to multiple wallet addresses

  • Bulk airdrop tokens to wallets of your choosing

  • Burnable tokens

  • Soul Bound Tokens via EIP-5192

Last updated