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

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

Awesome Lists containing this project

README

          

[![Netlify Status](https://api.netlify.com/api/v1/badges/b31e6cae-7d69-402e-a928-4222ab682697/deploy-status?branch=master)](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
```