Skip to content
Kleros smart contracts
Branch: master
Clone or download
mtsalenc Merge pull request #125 from kleros/fix/missing-event
fix: add missing NewPeriod event
Latest commit 5098181 Apr 30, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
contracts fix: add missing NewPeriod event Apr 25, 2019
migrations
test feat(kleros-governor): add new contract by unknownunknown1 Apr 23, 2019
.coveralls.yml test: update flow and add coverage report Feb 20, 2019
.gitattributes chore: standardize workflows Aug 9, 2018
.gitignore
.solcover.js feat(kleros-governor): add new contract by unknownunknown1 Apr 23, 2019
.travis.yml
CONTRIBUTING.md
LICENSE.md
README.md
auditor.md Disclosing update Oct 22, 2018
package.json feat(kleros-governor): add new contract by unknownunknown1 Apr 23, 2019
truffle.js test: update flow and add coverage report Feb 20, 2019
yarn.lock feat(kleros-governor): add new contract by unknownunknown1 Apr 23, 2019

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.

You can’t perform that action at this time.