/solana-metaplex-nft

experiment with solana & metaplex

Primary LanguageJavaScript

Experiment with Solana & Metaplex for buildspace

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Add .env file with

REACT_APP_CANDY_MACHINE_CONFIG=
REACT_APP_CANDY_MACHINE_ID=
REACT_APP_TREASURY_ADDRESS=
REACT_APP_SOLANA_NETWORK=
REACT_APP_SOLANA_RPC_HOST=

Installation:

npm install

To Start Server:

npm start

To Visit App:

localhost:3000