Krist14n / simple-supply-chain-dapp

Simple Supply Chain for Lettuce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deployed Contract Address:

Rinkeby test net contract address: 0x25a462e354074FCd9045BdEAc1AcD4C49D88d279

Versions used:

  • node v5.6.0

  • truffle v4.1.14

  • web3 v1.0.0-beta.4

Installation

Install the dependencies

$ cd project-6
$ npm install

Launch Ganache:

$ ganache-cli -m "your mnemonic goes here"

Compile smart contracts

$ truffle compile

Migrate smart contracts to the locally running blockchain, ganache-cli:

$ truffle migrate

Test smart contracts:

$ truffle test

Launch the DApp:

$ npm run dev

Libraries

No external libraries were used

About

Simple Supply Chain for Lettuce


Languages

Language:JavaScript 97.7%Language:HTML 1.9%Language:CSS 0.4%