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

https://github.com/kleros/escrow-contracts

Escrow Smart Contracts
https://github.com/kleros/escrow-contracts

arbitrable escrow smart-contracts

Last synced: 5 months ago
JSON representation

Escrow Smart Contracts

Awesome Lists containing this project

README

        

# Escrow Contracts

## Deployed Addresses

- Kovan: ``
- Mainnet: ``

## Contributing

### Install Dependencies

```bash
yarn install
```

### Run Tests

```bash
yarn test
```

### Compile the Contracts

```bash
yarn build
```

### Run Linter on Files

```bash
yarn lint
```

### Fix Linter Issues on Files

```bash
yarn fix
```