Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 730 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 730 Bytes

SOFIE Food Supply Chain public contract(s)

The following project holds the smart contract(s) deployed to the public as part of the FSC pilot.

The SofieFSC smart contract can be found in the following addresses:

Network Address Notes
Ropsten 0x2878b44f1a23792EfdD77C5B870c449ebb660483 Added 02/12/19

Installation

npm install

Compiling the smart contracts

npm run compile

Deploying to Ropsten network

npm run deploy-ropsten

Development

In one terminal execute:

npm run dev-blockchain

and in the other

npm run deploy-local

Unit tests

npm run test