Skip to content

Krist14n/simple-supply-chain-dapp

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published