If you want to quickly run an NFT mint page on Solana using Candy Machine V2.
For instructions on how to set up a Candy Machine V2, please refer to Metaplex's documentation here
Click on the picture to see a video of how it works
6TUFirgxGnijusqo3K3b4BUdkqz3HXFJC8527LJofbU9
One-click solution to clone this project to your GitHub and deploy the prod package on a Vercel. Your only task will be to customize your GitHub fork of this project and commit updates. Vercel will automatically deploy new prod packages for each new commit.
git clone https://github.com/chmerev/candy-machine-v2-mint-solana-ui.git
NEXT_PUBLIC_PAGE_TITLE — Page header in the browser
NEXT_PUBLIC_COLLECTION_NAME — The name of your collection
NEXT_PUBLIC_COLLECTION_DESCRIPTION — Description of your collection
NEXT_PUBLIC_COLLECTION_IMAGE — Example of an NFT image uploaded to public/toEdit
NEXT_PUBLIC_CANDY_MACHINE_ID — The address of your Candy Machine V2
NEXT_PUBLIC_SOLANA_NETWORK — In which network to run the mint. 'devnet' | 'mainnet-beta' | 'testnet'.
NEXT_PUBLIC_RPC_URL — RPC URL, the default is https://metaplex.devnet.rpcpool.com/, I recommend buying NODE to run it. I recommend this.
NEXT_PUBLIC_BACKGROUND_COLOR — Background Color
In the wallets/wallets.ts folder, uncomment the wallets you need.
Set the dependencies
npm install
Start building the project
npm run build
Start the project and testing
npm run start
Message me on Telegram