kleros / kleros-interaction

Smart contracts able to interact with Kleros
MIT License
88 stars 62 forks source link
arbitrable blockchain ethereum kleros-v1 smart-contracts solidity

Kleros Interaction Smart Contracts

JavaScript Style Guide Build Status Tested with Truffle Conventional Commits Commitizen Friendly Styled with Prettier Chat on Gitter

Smart contracts able to interact with Kleros and standard proposals.

Get Started

  1. Clone this repo.
  2. Run yarn to install dependencies and then yarn run build to compile the contracts.

Scripts

Test

Testrpc default gas limit is lower than the mainnet which prevents deploying some contracts. Before running truffle tests use: testrpc -l 8000000.

Contributing

See contributing.

Learn how to develop arbitrable and arbitrator contracts here.