Reference UI to implement Metaplex Candy Machine V3 on frontend.
- Responsive UI
- Single Mint UI
- Multi Mint UI
- Start Time Countdown
- Preview Minted NFTs
- Guards Supported
- Start Date
- End Date
- Sol Payment
- Token Payment
- Mint Limit
- Bot Tax
- Token Burn
- Token Gate
- NFT Payment
- NFT Burn
- NFT Gate
- Redeemed Amount
- Third Party Signer
- Address Gate
- Allow List
- Gatekeeper
For Multi-group functionality use restructure/multi-group branch
All of them are optional at this moment as we're using default if they are not exists in config.ts
- NEXT_PUBLIC_SOLANA_NETWORK=WalletAdapterNetwork
- NEXT_PUBLIC_RPC_HOST=url
- NEXT_PUBLIC_CANDY_MACHINE_ID=publickKey
For configuaration and initialization please refer to official Metaplex docs. You can also use SugerCLI alpha for it.