Kleros
Kleros Smart Contracts
Prerequisites
Install yarn, Truffle Suite and Ganache
Get Started
git clone https://github.com/kleros/kleros
cd kleros
yarn
- Make sure you have the MetaMask Chrome extension installed and are logged in.
Migrate to local blockchain
Ensure you have Ganache running.
Deploy to Kovan testnet
Running Tests
Install dependencies using yarn
package manager:
yarn
Compile the project using Truffle
suite
truffle compile
Run tests
truffle test
Contributing
Check out Contributing
We follow GitHub Flow in this repository.
Please see smart contract guidelines.
Feel free to ask for help on slack.