Skip to content

DemocracyEarth/kleros

This branch is 27 commits behind kleros/kleros:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
codesee-architecture-diagrams[bot]
Jan 13, 2022
254b1d5 · Jan 13, 2022
Jan 13, 2022
Aug 3, 2021
Aug 2, 2021
Aug 4, 2021
Feb 20, 2019
Aug 9, 2018
Feb 20, 2019
Apr 23, 2019
Nov 5, 2019
Nov 4, 2018
Aug 9, 2018
Nov 8, 2021
Oct 22, 2018
May 10, 2020
Aug 3, 2021
Nov 4, 2019

Repository files navigation

Kleros

JavaScript Style Guide Build Status Tested with Truffle Coverage Status Conventional Commits Commitizen Friendly Styled with Prettier

Kleros core smart contracts.

Get Started

  1. Clone this repo.
  2. Run yarn to install dependencies and then yarn run build to 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.

About

Kleros smart contracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 61.0%
  • JavaScript 39.0%