Supply Chain ÐAPP

Documentation

Go to JavaScript Documentation

Go to Solidity Documentation

Installation & Requirements

Blockchain Environment:

Start a local blockchain environment, for example with Ganache

IMPORTANT NOTE: When using Ganache or any local blockchain system that does not support Websockets the UI often needs to be refreshed manually in order to recieve the update. This not a bug but a limitation of the local environments.

Installation:

$ mkdir SupplyChain-Dapp && cd SupplyChain-Dapp
$ git clone 
  # or unpack the .zip file
$ npm install

Browser:

Start the project locally:

Webserver + Deployment

Browser Interaction