Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleros/kleros
Kleros smart contracts
https://github.com/kleros/kleros
arbitrator blockchain dispute-resolution ethereum governor kleros kleros-v1 odr protocol smart-contracts solidity
Last synced: about 1 month ago
JSON representation
Kleros smart contracts
- Host: GitHub
- URL: https://github.com/kleros/kleros
- Owner: kleros
- License: mit
- Created: 2017-09-05T12:38:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T16:03:02.000Z (10 months ago)
- Last Synced: 2024-08-01T22:51:39.080Z (4 months ago)
- Topics: arbitrator, blockchain, dispute-resolution, ethereum, governor, kleros, kleros-v1, odr, protocol, smart-contracts, solidity
- Language: Solidity
- Homepage:
- Size: 2.57 MB
- Stars: 246
- Watchers: 24
- Forks: 82
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Audit: auditor.md
Awesome Lists containing this project
- best-of-crypto - GitHub - 25% open · ⏱️ 25.02.2024): (Others)
README
KlerosKleros 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](https://erc-792.readthedocs.io/en/latest/).