https://github.com/kleros/escrow-contracts
Escrow Smart Contracts
https://github.com/kleros/escrow-contracts
arbitrable escrow smart-contracts
Last synced: 10 months ago
JSON representation
Escrow Smart Contracts
- Host: GitHub
- URL: https://github.com/kleros/escrow-contracts
- Owner: kleros
- License: mit
- Created: 2020-10-02T21:46:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T09:14:58.000Z (almost 3 years ago)
- Last Synced: 2025-05-24T17:46:31.211Z (about 1 year ago)
- Topics: arbitrable, escrow, smart-contracts
- Language: JavaScript
- Homepage:
- Size: 614 KB
- Stars: 10
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```