Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1 KB

README.md

File metadata and controls

32 lines (20 loc) · 1 KB

UWI Barcode Tutorial

Simple tutorial for using ERC721 NFTs

Quick start

Complete the following steps in command line:

  • Clone the git repo git clone https://github.com/barbados-dev-meetups/lesson-06.git
  • In the cloned repo root folder, install dependencies npm install
  • Start Ganache on port 8545
  • Run truffle compile
  • Run truffle migrate
  • Copy build/contracts folders and contents to the front/src folder
  • In the front folder, run npm i
  • Run locally npm start

Contributing

We encourage contributions via pull request. If you are reporting a bug or vulnerability, please submit an issue to this repo

Instructions for submitting a pull request:

  • Create a fork of this git repo
  • Commit each change to a separate branch on the forked repo
  • Submit a pull request to this repo

Do you have a question?

If you have any questions then please submit an issue to this repo