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
- Host: GitHub
- URL: https://github.com/kleros/escrow-contracts
- Owner: kleros
- License: mit
- Created: 2020-10-02T21:46:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T09:14:58.000Z (almost 2 years ago)
- Last Synced: 2023-09-08T17:47:09.175Z (over 1 year ago)
- Topics: arbitrable, escrow, smart-contracts
- Language: JavaScript
- Homepage:
- Size: 614 KB
- Stars: 8
- Watchers: 7
- 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
```