{"id":23107730,"url":"https://github.com/kleros/kleros-interaction","last_synced_at":"2025-04-06T04:06:52.394Z","repository":{"id":23205690,"uuid":"98421604","full_name":"kleros/kleros-interaction","owner":"kleros","description":"Smart contracts able to interact with Kleros","archived":false,"fork":false,"pushed_at":"2024-09-06T11:31:32.000Z","size":4679,"stargazers_count":87,"open_issues_count":22,"forks_count":62,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-30T03:02:51.880Z","etag":null,"topics":["arbitrable","blockchain","ethereum","kleros-v1","smart-contracts","solidity"],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kleros.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":"auditor.md","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-26T12:43:16.000Z","updated_at":"2024-09-17T23:45:36.000Z","dependencies_parsed_at":"2024-02-12T13:28:07.181Z","dependency_job_id":"761e7c9d-1ce3-4546-99da-e5ae35f7342c","html_url":"https://github.com/kleros/kleros-interaction","commit_stats":{"total_commits":961,"total_committers":28,"mean_commits":34.32142857142857,"dds":0.7159209157127991,"last_synced_commit":"0ec5fdd33249b404ec76fc7b6294c60e44751e99"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleros%2Fkleros-interaction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleros%2Fkleros-interaction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleros%2Fkleros-interaction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleros%2Fkleros-interaction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kleros","download_url":"https://codeload.github.com/kleros/kleros-interaction/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430864,"owners_count":20937874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arbitrable","blockchain","ethereum","kleros-v1","smart-contracts","solidity"],"created_at":"2024-12-17T01:15:54.436Z","updated_at":"2025-04-06T04:06:52.328Z","avatar_url":"https://github.com/kleros.png","language":"Solidity","readme":"\u003cp align=\"center\"\u003e\n  \u003cb style=\"font-size: 32px;\"\u003eKleros Interaction Smart Contracts\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://standardjs.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/code_style-standard-brightgreen.svg\" alt=\"JavaScript Style Guide\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://travis-ci.org/kleros/kleros-interaction\"\u003e\u003cimg src=\"https://travis-ci.org/kleros/kleros-interaction.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/trufflesuite/truffle\"\u003e\u003cimg src=\"https://img.shields.io/badge/tested%20with-truffle-red.svg\" alt=\"Tested with Truffle\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://conventionalcommits.org\"\u003e\u003cimg src=\"https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg\" alt=\"Conventional Commits\"\u003e\u003c/a\u003e\n  \u003ca href=\"http://commitizen.github.io/cz-cli/\"\u003e\u003cimg src=\"https://img.shields.io/badge/commitizen-friendly-brightgreen.svg\" alt=\"Commitizen Friendly\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/prettier/prettier\"\u003e\u003cimg src=\"https://img.shields.io/badge/styled_with-prettier-ff69b4.svg\" alt=\"Styled with Prettier\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://gitter.im/kleros/kleros-interaction?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge\"\u003e\u003cimg src=\"https://badges.gitter.im/kleros/kleros-interaction.svg\" alt=\"Chat on Gitter\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nSmart contracts able to interact with Kleros and standard proposals.\n\n## Get Started\n\n1.  Clone this repo.\n2.  Run `yarn` to install dependencies and then `yarn run build` to compile the contracts.\n\n## Scripts\n\n- `yarn run prettify` - Apply prettier to the entire project.\n- `yarn run lint:sol` - Lint the entire project's .sol files.\n- `yarn run lint:js` - Lint the entire project's .js files.\n- `yarn run lint:sol --fix` - Fix fixable linting errors in .sol files.\n- `yarn run lint:js --fix` - Fix fixable linting errors in .js files.\n- `yarn run lint` - Lint the entire project's .sol and .js files.\n- `yarn test` - Run the truffle tests.\n- `yarn run cz` - Run commitizen.\n- `yarn run build` - Compile contracts.\n\n## Test\n\nTestrpc default gas limit is lower than the mainnet which prevents deploying some contracts. Before running truffle tests use:\n`testrpc -l 8000000`.\n\n## Contributing\n\nSee [contributing](https://kleros.gitbook.io/contributing-md/).\n\nLearn how to develop arbitrable and arbitrator contracts [here](https://erc-792.readthedocs.io/en/latest/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleros%2Fkleros-interaction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkleros%2Fkleros-interaction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleros%2Fkleros-interaction/lists"}