ReExoBits Logo 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”

ReExoBits ScreenShot

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.

Article Header

Setup

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

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.

GitHub

View Github