nft-minting-website-example
ReExoBits
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”
Article
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.
Setup
Clone this repo and enter the project directory:
$ git clone https://github.com/NAJI2329/ExoBitsNFT-Minting-.git
$ cd nft-minting-website-example
Install dependencies:
$ npm install
Development
Run the local webpack-dev-server with livereload and autocompile on http://localhost:3000/
$ npm start
Deployment
Build the current application
$ npm run build
React
This project was bootstrapped with Create React App.