forked fromkleros/kleros-interaction
- Notifications
You must be signed in to change notification settings - Fork0
Smart contracts able to interact with Kleros
License
NotificationsYou must be signed in to change notification settings
BlockchainAsset/kleros-interaction
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Kleros Interaction Smart Contracts
Smart contracts able to interact with Kleros and standard proposals.
- Clone this repo.
- Run
yarn
to install dependencies and thenyarn run build
to compile the contracts.
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.
Testrpc default gas limit is lower than the mainnet which prevents deploying some contracts. Before running truffle tests use:testrpc -l 8000000
.
Seecontributing.
Learn how to develop arbitrable and arbitrator contractshere.
About
Smart contracts able to interact with Kleros
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Languages
- Solidity57.5%
- JavaScript42.5%