Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 772 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 772 Bytes

Nft-With-Auction-System

Node.js must be installed in your system.

After cloning the project with $ git clone https://github.com/itublockchain/Nft-With-Auction-System.git

$ cd Nft-With-Auction-System

use $ npm install package.json to install dependencies

You need a copy of reach to get the devnet running. If you don't have one already

$ cd src/

$ curl https://raw.githubusercontent.com/reach-sh/reach-lang/master/reach -o reach ; chmod +x reach

After that running $ REACH_CONNECTOR_MODE=ALGO ./reach devnet (which runs the ALGORAND devnet inside the terminal)

go to the parent directory and start the React app $ cd .. ; npm run start

This will run the web-app in the localhost:3000

You can watch our demo video: https://www.youtube.com/watch?v=xj4IH8kg7Bw