An full NFT project with the NFT contract and full minting site.
Here is the dApp running on the Rinkeby Network Here is the NFT on OpenSea
This project uses an implementation of the ERC-721a standard from Azuki and includes:
Start off by cloning this repo or downloading the zip file. After that open up your terminal and run these commands:
cd ProjectFolder
npm install
Next step is to get the Truffle blockchain running locally
cd ProjectFolder
truffle develop
Then inside of the truffle(develop)
terminal run:
migrate --reset
Finally get the client site running on localhost. Open a new Terminal window and run:
cd client/
npm run start
Head over to http://localhost:3000
and start using MyDex!
Note: Make sure to add the Ganache network to your Metamask
Do you have any suggestions for code or additional features you'd like to see implemented? Hit me up on Twitter