Go to file
Max Alekseenko 4fcc5dff55 add getter for number of nodes 2020-03-23 16:49:30 +03:00
contracts add getter for number of nodes 2020-03-23 16:49:30 +03:00
migrations feat: make sortition sum trees a library 2018-12-19 15:26:44 +00:00
test feat(kleros-governor): add new contract by unknownunknown1 2019-04-23 07:42:11 -05:00
.coveralls.yml test: update flow and add coverage report 2019-02-20 00:11:30 +00:00
.gitattributes chore: standardize workflows 2018-08-09 11:28:20 -05:00
.gitignore test: update flow and add coverage report 2019-02-20 00:11:30 +00:00
.solcover.js feat(kleros-governor): add new contract by unknownunknown1 2019-04-23 07:42:11 -05:00
.travis.yml test: update flow and add coverage report 2019-02-20 00:11:30 +00:00
CONTRIBUTING.md docs(readme): update 2018-11-04 11:53:52 +01:00
LICENSE.md chore: standardize workflows 2018-08-09 11:28:20 -05:00
README.md test: update flow and add coverage report 2019-02-20 00:11:30 +00:00
auditor.md Disclosing update 2018-10-22 18:11:53 +01:00
package.json Hacked up contracts to support solc 0.5.0 2019-05-13 10:31:12 -07:00
truffle.js Hacked up contracts to support solc 0.5.0 2019-05-13 10:31:12 -07:00
yarn.lock Hacked up contracts to support solc 0.5.0 2019-05-13 10:31:12 -07:00

README.md

Kleros

JavaScript Style Guide Build Status Dependencies Dev Dependencies 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.