-
Gitcoin - @omkarph
- Mint your own NFTs using casper signer (CEP47 standard)
- NFT fields:
- Title & description
- Image URL
- References (key & value pairs)
- NFT fields:
- Edit your NFTs
- Transfer NFTs
- NFT account profiles
- Support for other formats like video, project files
- Bid and sell
- Escrow purse for bidders
-
Rename
.env.sample
files to.env
Edit variables as per local nctl setup (There are 2 .env.sample files (in
frontend/
anddeploy-scripts/
)
- Install Dependencies
npm run setup
- Run server:
npm run server
- Run cors-server:
npm run cors-server
- Run react app:
npm run frontend