{"id":13455721,"url":"https://github.com/MicroHD/Candy-Machine-V2-Minter","last_synced_at":"2025-03-24T08:34:34.310Z","repository":{"id":216984966,"uuid":"448407835","full_name":"MicroHD/Candy-Machine-V2-Minter","owner":"MicroHD","description":"Complete Open Source Front End Candy Machine V2 Minter dAPP Built For The Frog Nation NFT Solana Project. Built With React, Candy Machine V2, Typescript","archived":false,"fork":false,"pushed_at":"2022-01-18T03:07:53.000Z","size":2619,"stargazers_count":17,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-01T08:16:16.813Z","etag":null,"topics":["candy-machine","dapp","metaplex","minter","nft","react","solana","typescript","web3","web3js"],"latest_commit_sha":null,"homepage":"https://frognation.art","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MicroHD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-01-15T22:45:32.000Z","updated_at":"2022-09-24T00:55:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"a57f3787-70eb-4707-9df2-67cd8f38a5ec","html_url":"https://github.com/MicroHD/Candy-Machine-V2-Minter","commit_stats":null,"previous_names":["microhd/candy-machine-v2-minter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroHD%2FCandy-Machine-V2-Minter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroHD%2FCandy-Machine-V2-Minter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroHD%2FCandy-Machine-V2-Minter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroHD%2FCandy-Machine-V2-Minter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MicroHD","download_url":"https://codeload.github.com/MicroHD/Candy-Machine-V2-Minter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221955919,"owners_count":16907466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["candy-machine","dapp","metaplex","minter","nft","react","solana","typescript","web3","web3js"],"created_at":"2024-07-31T08:01:09.988Z","updated_at":"2024-10-28T23:30:32.754Z","avatar_url":"https://github.com/MicroHD.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Frog Nation Minter\n\nThe Frog-Nation-Minter project is designed to let users fork, customize, and deploy their own candy machine ```V2``` mint app to a custom domain, ultra fast.\n\nBuilt With React NFT/Collectable Candy Machine V2 Frontend Minter basic components ready to go just edit as you like.\n\nA candy machine is an on-chain Solana program (or smart contract) for managing fair mint. Fair mints:\n\n* Start and finish at the same time for everyone.\n\n* Won't accept your funds if they're out of NFTs to sell.\n\nThe Frog-Nation-Minter project is meant to be as simple and usable as possible, accessible to everyone from long-time crypto devs to junior React devs with a vague interest in NFTs. Our goal is to empower users to create their own front ends to display, sell, and manage their NFTs as simply as possible by just updating a few styled components and following a well-documented process for setup and shipping.\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FMicroHD%2FFrog-Nation-Minter)\n\n![alt text](https://github.com/MicroHD/Candy-Machine-V2-Minter/blob/main/Sneek.png)\n\n# Getting Set Up\n\n## *Prerequisites* \n\n* Ensure you have recent versions of both node and yarn installed.\n\n* Install the Solana Command Line Toolkit [Here](https://docs.solana.com/cli/install-solana-cli-tools).\n\n* Install the Metaplex Command Line Utility [Here](https://docs.metaplex.com/candy-machine-v2/getting-started).\n\n\n## *Installation*\n\n1. Fork The Project, Then Clone It Into A Folder. Example:  \n\u003e git clone https://github.com/MicroHD/Frog-Nation-Minter.git\n\n2. Install The Dependencies. Example:\n\u003e cd Frog-Nation-Minter\n\u003e yarn install\n\n3. Define Your Environment Variables Using The Instructions Below, And Start Up The Server With ``` npm start ```\n\n4. Edit Components And Home Page Information To Your NFT Project Information \n\n5. Build The Project. Example:\n\u003e yarn build\n\n## Environment Variables\n\nTo run the project, first rename the ```.env.template``` file at the root directory to ```.env``` and update the following variables:\n\u003e REACT_APP_CANDY_MACHINE_ID=`Replace With Your Candy Machine Address`\n\nThis is a Solana account address. You can get the value for this from the ```.cache/temp file.``` This file is created when you run the ```metaplex upload``` command in terminal.\n\n\u003e REACT_APP_SOLANA_NETWORK=__PLACEHOLDER__\n\nThis identifies the Solana network you want to connect to. Options are ```devnet```, ```testnet```, and ```mainnet-beta```.\n\n\u003e REACT_APP_SOLANA_RPC_HOST=https://explorer-api.devnet.solana.com\n\nThis identifies the RPC server your web app will access the Solana network through. \n\n\n# Built For Candy Machine v2 Only \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMicroHD%2FCandy-Machine-V2-Minter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMicroHD%2FCandy-Machine-V2-Minter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMicroHD%2FCandy-Machine-V2-Minter/lists"}