Skip to content

Latest commit

 

History

History
executable file
·
47 lines (30 loc) · 754 Bytes

README.md

File metadata and controls

executable file
·
47 lines (30 loc) · 754 Bytes

Supply Chain Project

Decentralised coffee supply chain.

Find on Etherscan here

contract address: 0xb9ed3ecbc19b5c5c8fd804d3d5f0784949bf7e66

tx hash: 0x9da55fd950492c89b3ece0727c20cb5b8023b40a3003da5300a35894d82be647


Third Party Libraries used

truffle-hdwallet-provider web3 truffle


Versions

Node v16.14.2 Truffle v4.1.14 Web3 1.7.1

Instructions

Clone project

git clone https://github.com/alexanderludwig/udacity_p6.git

cd udacity_p6

npm install

ganache-cli

truffle compile
truffle migrate

In a separate terminal window, launch the DApp:
cd src
npm run dev

Deployment

Deploy to Rinkeby network:
compile
truffle migrate --reset --network rinkeby