https://github.com/kleros/escrow-v2
Kleros Escrow v2 monorepo
https://github.com/kleros/escrow-v2
arbitrable escrow frontend monorepo smart-contracts
Last synced: 10 months ago
JSON representation
Kleros Escrow v2 monorepo
- Host: GitHub
- URL: https://github.com/kleros/escrow-v2
- Owner: kleros
- Created: 2023-11-22T17:04:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T18:45:24.000Z (about 2 years ago)
- Last Synced: 2024-05-22T12:34:45.356Z (about 2 years ago)
- Topics: arbitrable, escrow, frontend, monorepo, smart-contracts
- Language: TypeScript
- Homepage: https://escrow-v2.kleros.builders
- Size: 5.81 MB
- Stars: 1
- Watchers: 6
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/kleros-escrow-v2/deploys)
# escrow-v2
Setup:
```bash
yarn
```
The frontend is located in the `web` folder.
```bash
cd web
yarn && yarn start
```