To run this project, clone this repo and follow these commands:
- cd into the
appfolder - Run
npm installat the root of your directory - Set up your .env file in the
/appdirectory as follows
REACT_APP_CANDY_MACHINE_ID=<YOUR CANDY MACHINE ID GOES HERE>
REACT_APP_SOLANA_NETWORK=devnet
REACT_APP_SOLANA_RPC_HOST=https://explorer-api.devnet.solana.com
- Run
npm run startto start the project