Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleros/arbitrable-proxy-contracts
General-purpose implementations of ERC-792 Arbitrables.
https://github.com/kleros/arbitrable-proxy-contracts
arbitrable dispute-resolver ethereum smart-contracts
Last synced: 24 days ago
JSON representation
General-purpose implementations of ERC-792 Arbitrables.
- Host: GitHub
- URL: https://github.com/kleros/arbitrable-proxy-contracts
- Owner: kleros
- License: mit
- Created: 2019-09-08T23:05:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T11:59:30.000Z (7 months ago)
- Last Synced: 2024-12-15T21:03:09.718Z (25 days ago)
- Topics: arbitrable, dispute-resolver, ethereum, smart-contracts
- Language: Solidity
- Homepage:
- Size: 3.07 MB
- Stars: 12
- Watchers: 12
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm version](https://badge.fury.io/js/%40kleros%2Farbitrable-proxy-contracts.svg)](https://badge.fury.io/js/%40kleros%2Farbitrable-proxy-contracts)
# General Purpose Arbitrable ContractsGeneral purpose arbitrable contracts as defined in ERC-792
## Testing
```
yarn run ganache
yarn run test
```## Deployment
To deploy `ArbitrableProxy` run:
```
INFURA_PROJECT_ID= WALLET_KEY= ETHERSCAN= NETWORK= yarn deploy
```This command will also automatically verify the source code on Etherscan.
Note: Network names are defined in `truffle.js`. It has definitions for main, kovan, ropsten and development. Define extra if needed.
Check latest live versions of this contract on https://resolve.kleros.io .