https://github.com/kleros/dispute-resolver
The Dispute Resolver by Kleros
https://github.com/kleros/dispute-resolver
arbitrable dapp dispute-resolution dispute-resolver ethereum frontend web3
Last synced: 11 months ago
JSON representation
The Dispute Resolver by Kleros
- Host: GitHub
- URL: https://github.com/kleros/dispute-resolver
- Owner: kleros
- License: mit
- Created: 2019-09-09T00:42:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-08T21:47:01.000Z (12 months ago)
- Last Synced: 2025-08-08T23:32:36.986Z (12 months ago)
- Topics: arbitrable, dapp, dispute-resolution, dispute-resolver, ethereum, frontend, web3
- Language: JavaScript
- Homepage: https://resolve.kleros.io
- Size: 3.53 MB
- Stars: 6
- Watchers: 9
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/dispute-resolver/deploys)
[](https://sonarcloud.io/summary/new_code?id=kleros_dispute-resolver)
[](https://sonarcloud.io/summary/new_code?id=kleros_dispute-resolver)
[](https://sonarcloud.io/summary/new_code?id=kleros_dispute-resolver)
[](https://sonarcloud.io/summary/new_code?id=kleros_dispute-resolver)
[](https://sonarcloud.io/summary/new_code?id=kleros_dispute-resolver)
[](https://sonarcloud.io/summary/new_code?id=kleros_dispute-resolver)
[](https://sonarcloud.io/summary/new_code?id=kleros_dispute-resolver)
# Dispute Resolver
A general purpose arbitrable application.
- Create disputes just by filling a form.
- List open disputes.
- See dispute details.
- Submit evidence.
- Fund appeals.
This user interface implements [IDisputeResolver](https://github.com/kleros/dispute-resolver-interface-contract). Any arbitrable smart contract will be fully compatible (for submitting evidence and funding appeals) with this user interface if it implements `IDisputeResolver` . Otherwise interface will work except evidence submissions and appeal funding.
See deployed contracts [here](https://github.com/kleros/binary-arbitrable-proxy/blob/master/src/ethereum/network-contract-mapping.js).
To allow viewing app data without a web3 browser, set the REACT_APP_WEB3_PROVIDER_URL environment variable to a web3 provider endpoint. Sending transactions will not be possible without a wallet.
## Reporting an Issue
Please open up a Github issue describing your problem and if it's urgent reach out to [me](https://github.com/0xferit) via email or [Telegram](https://t.me/ftunc).