Kleros smart contracts
Last updated Jul 6, 2026
255
Stars
77
Forks
21
Issues
0
Stars/day
Attention Score
66
Topics
Language breakdown
Solidity 61.0%
JavaScript 39.0%
▸ Files
click to expand
README
Kleros
Kleros core smart contracts.
Get Started
- Clone this repo.
- Run
yarnto install dependencies and thenyarn run buildto compile the contracts.
Scripts
yarn run prettify- Apply prettier to the entire project.yarn run lint:sol- Lint the entire project's .sol files.yarn run lint:js- Lint the entire project's .js files.yarn run lint:sol --fix- Fix fixable linting errors in .sol files.yarn run lint:js --fix- Fix fixable linting errors in .js files.yarn run lint- Lint the entire project's .sol and .js files.yarn test- Run the truffle tests.yarn run cz- Run commitizen.yarn run build- Compile contracts.
Contributing
See CONTRIBUTING.md.
Learn how to develop arbitrable and arbitrator contracts here.
🔗 More in this category