An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Escrow V1 UI

[![Netlify Status](https://api.netlify.com/api/v1/badges/4cb4168d-2078-400e-a159-4e52e44175ea/deploy-status)](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
```