Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleros/court
The Kleros court user interface.
https://github.com/kleros/court
blockchain dapp dispute-resolution ethereum frontend kleros-v1 odr web3
Last synced: about 1 month ago
JSON representation
The Kleros court user interface.
- Host: GitHub
- URL: https://github.com/kleros/court
- Owner: kleros
- License: mit
- Created: 2018-11-18T22:51:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T11:30:39.000Z (8 months ago)
- Last Synced: 2024-05-29T03:01:46.931Z (8 months ago)
- Topics: blockchain, dapp, dispute-resolution, ethereum, frontend, kleros-v1, odr, web3
- Language: JavaScript
- Homepage: https://court.kleros.io
- Size: 6.99 MB
- Stars: 21
- Watchers: 14
- Forks: 17
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
CourtThe Kleros Court user interface.
## Get Started
1. Clone this repo.
2. Install and set up the [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en) 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
- `yarn run lint:js` - Lint the all .js/jsx files in the project.
- `yarn run lint:css` - Lint the all .css/less files in the project.
- `yarn run lint` - Lint the entire project.
- `yarn run fix:js` - Fix fixable linting errors in .js/jsx files.
- `yarn run fix:css` - Fix fixable linting errors in .css/less files.
- `yarn run fix` - Fix fixable linting errors in all files in the project.
- `yarn run build` - Create a production build.
- `yarn run build:analyze` - Analyze the production build using source-map-explorer.