Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Linguo Smart Contracts
https://github.com/kleros/linguo-contracts

arbitrable linguo smart-contracts

Last synced: about 1 month ago
JSON representation

Linguo Smart Contracts

Awesome Lists containing this project

README

        

# Linguo Contracts

Smart contracts for [Linguo](https://linguo.kleros.io).

## Deployed Addresses

- Kovan: [deployments](deployments/kovan)
- Mainnet: [deployments](deployments/mainnet)
- Goerli: [deployments](deployments/goerli)
- Sokol: [deployments](deployments/sokol)
- xDAI: [deployments](deployments/xdai)

## 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
```