Skip to content

Example website with NFT Minting Features for upcoming Medium article on my experiences creating ExoBits.

Notifications You must be signed in to change notification settings

Y95918/nft-minting-website-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Table of contents

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.

About

Example website with NFT Minting Features for upcoming Medium article on my experiences creating ExoBits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • Solidity 11.1%
  • CSS 7.8%
  • HTML 6.9%