kleros / court

The Kleros court user interface.
https://court.kleros.io
MIT License
21 stars 18 forks source link
blockchain dapp dispute-resolution ethereum frontend kleros-v1 odr web3

Court

JavaScript Style Guide Netlify Status Tested with Jest Conventional Commits Commitizen Friendly Styled with Prettier

The Kleros Court user interface.

Get Started

  1. Clone this repo.
  2. Install and set up the MetaMask chrome extension.
  3. Configure MetaMask on the Goerli Test Network.
  4. Run yarn to install dependencies and then yarn start to start the dev server.

To allow view-only mode, you can the REACT_APP_WEB3_FALLBACK_URL variable to a provider of your choice. Example: REACT_APP_WEB3_FALLBACK_URL=wss://mainnet.infura.io/ws/v3/

Other Scripts