https://github.com/kleros/escrow-ui
Modern frontend for Kleros Escrow V1
https://github.com/kleros/escrow-ui
arbitrable escrow frontend
Last synced: 4 months ago
JSON representation
Modern frontend for Kleros Escrow V1
- Host: GitHub
- URL: https://github.com/kleros/escrow-ui
- Owner: kleros
- License: mit
- Created: 2025-05-20T14:03:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-05T11:32:03.000Z (6 months ago)
- Last Synced: 2025-12-08T21:24:49.619Z (6 months ago)
- Topics: arbitrable, escrow, frontend
- Language: TypeScript
- Homepage: https://escrow-v1.kleros.builders
- Size: 3.04 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Escrow V1 UI
[](https://app.netlify.com/projects/kleros-escrow-v1/deploys)
For local development:
1. Install dependencies:
```bash
yarn install
```
2. Generate hooks using `wagmi/cli`:
```bash
yarn generate
```
3. Run:
```bash
yarn dev
```