0.0.7 • Published 7 years ago
kleros v0.0.7
Kleros
Kleros Smart Contracts
Prerequisites
Install yarn, Truffle Suite and Ganache
yarn add global truffle
Get Started
git clone https://github.com/kleros/kleroscd klerosyarn- Make sure you have the MetaMask Chrome extension installed and are logged in.
Migrate to local blockchain
Ensure you have Ganache running.
yarn migrate
Deploy to Kovan testnet
yarn deploy
Running Tests
Install dependencies using yarn package manager:
yarnCompile the project using Truffle suite
truffle compileRun tests
truffle testContributing
Check out Contributing
We follow GitHub Flow in this repository.
Please see smart contract guidelines.
Feel free to ask for help on slack.