A complete NFT website with Minting and Gallery features. Based off of the ExoBits website: ExoBitsNFT.com. This project accompanies the medium article "How To Build An NFT Website"
This project accompanies "How To Build An NFT Website" on Medium. The article explains everything you need to get started building an NFT website. Including: Contract deployment and interaction with a live contract using Web3.js. Though this project stands by itself, it is recommended that you follow the full tutorial for a complete understanding.
Clone this repo and enter the project directory:
$ git clone https://github.com/mwilber/nft-minting-website-example
$ cd nft-minting-website-example
Install dependencies:
$ npm install
Run the local webpack-dev-server with livereload and autocompile on http://localhost:3000/
$ npm start
Build the current application
$ npm run build
This project was bootstrapped with Create React App.