Skip to content

twur/dispute-resolver

 
 

Repository files navigation

Netlify Status Technical Debt Code Smells

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. 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.

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 via email or Telegram.

About

The Dispute Resolver by Kleros

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.0%
  • CSS 15.8%
  • SCSS 4.2%
  • HTML 1.0%