jacobvanschenck / turbo-runners

A sample NFT minting page and smart contract with whitelist and royalties
turbo-runners.vercel.app
3 stars 0 forks source link

Welcome to Turbo Runners

Turbo Runners Screenshot

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

Features πŸ“Ό

This project uses an implementation of the ERC-721a standard from Azuki and includes:

Tech Stack βš™οΈ

Whitelisting πŸ“‹

Whitelist Gif

Install πŸ’Ύ

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

Run Truffle Blockchain πŸ”—

Next step is to get the Truffle blockchain running locally

cd ProjectFolder
truffle develop

Then inside of the truffle(develop) terminal run:

migrate --reset

Start Client 🌐

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


Feedback 🀝

Do you have any suggestions for code or additional features you'd like to see implemented? Hit me up on Twitter