cherrynoize / neo-cmv3

Candy Machine v3 UI

Home Page:https://neo-cmv3.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neo-cmv3

A Web UI for the Candy Machine v3 minting program.

Preview

Desktop preview of Neo-CMv3

Preview it live here.

Deploy

One-click deploy with Vercel

Install

git clone https://github.com/cherri-labs/neo-cmv3/
cd neo-cmv3
npm i

Then to run the app:

npm run dev

or

npm run build

to create a production build.

Configuration

Implemented features

  • 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
    • Address Gate
    • Allow List
    • Gatekeeper

Multi group

For Multi-group functionality use multi-group branch

Desktop preview of Multi Group Functionality — Desktop preview of multi group functionality.

(PS: For optimal use, limit active/ongoing groups to 1 - button will be added automatically for each active group)

Env variables

NEXT_PUBLIC_SOLANA_NETWORK=mainnet/devnet
NEXT_PUBLIC_RPC_HOST=networkURL
NEXT_PUBLIC_CANDY_MACHINE_ID=candyMachineID

If on Vercel or a similar host you need to add these as environmental variables in your project settings.

Troubleshooting

Since the Metaplex official repo only provides you with a very ugly quickstart example, you may still have to npm i --force to solve some dependency issues (or god knows what else), and you'll still find a bit of a bungalow down in the console section of your browser. Just try to ignore that. The Candy Machine still worked as expected for me. I've had similar or same errors with the very examples provided by Solana Labs as well.

Credits

Thanks to wearekite and Solana Studio for creating the original frontend.

Contacts

Contact me or this guy if you have some doubts.

About

Candy Machine v3 UI

https://neo-cmv3.vercel.app


Languages

Language:TypeScript 89.3%Language:CSS 10.5%Language:JavaScript 0.2%