Open-source NFT contract implementations for everyone! Used by the Candy Chain Web Platform!
- Minimal Setup
- Gas-Optimized
- ERC721A Batch Minting
- Flexible Mint Royalties
- Merkle Proof Whitelist
- Pending Reveal
- Access Control
- Re-entrancy safe mint functions
To start using these contracts with Hardhat simply run the following commands:
npm install
npx hardhat compile
ornpx hardhat test