Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kleros/linguo-contracts
- Owner: kleros
- License: mit
- Created: 2020-08-19T17:28:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T11:44:13.000Z (about 2 years ago)
- Last Synced: 2024-12-11T00:36:52.194Z (about 1 month ago)
- Topics: arbitrable, linguo, smart-contracts
- Language: JavaScript
- Homepage:
- Size: 479 KB
- Stars: 6
- Watchers: 13
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```