The Supply Chain directory is a truffle project that contains the required contract, migration and test files. Smart contract the depicts the process of supplychain industry that involves a buyer and a seller.
Created using solidity, truffle, gananche
Clone this repo to your local machine.
To test your implementation start your development blockchain by running $ truffle develop
from the terminal in the project directory. From the truffle console, compile and migrate the contracts by running compile
and migrate
. You can run the pre-written tests by running test
.