Skip to content

POC of an avocado supplychain smart contracts on the ethereum network.

License

Notifications You must be signed in to change notification settings

madsulrik/supplychain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

supplychain

POC of an avocado supplychain smart contracts on the ethereum network.

Quick guide to get the project running

You need to make sure that truffle is installed and ganache-cli. The project also depends on the openzeppling contracts. In this case it utilizes the ERC-721 token standard.

npm install -g truffle
npm install -g ganache-cli
npm install

Then to get it running on the local blockchain and run the test suite. Start by starting a local blockchain with ganache

ganache-cli 

then run the truffle commands in a new terminal window

truffle compile
truffle migrate
truffle test

About

POC of an avocado supplychain smart contracts on the ethereum network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published