I've chosen to implement the Bounty System Idea.
- At least usage of one library or module from EthPM (I've encountered problems using EthPM, I included it as an inline contract) - Owned
- Implementation of circuit breaker as a part of the Bounty contract
- 5 Tests for each contract
Note: Due to lack of time cause of unfortunate events, this project is far from being near completion. I apologize for the inconvinience.
The project is a truffle drizzle unboxed, Bounty contract is a instance contract not a singleton, thus needs to be made
- run
ganache-cli
in a separate terminal window - run
truffle compile && truffle migrate
cd app/ && npm run start