Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 Contracts

General 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 .