Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.19 KB

File metadata and controls

33 lines (24 loc) · 1.19 KB
description
ERC-792 & ERC-1497 Implementation

Arbitration by Example

We've compiled a few examples of arbitrable smart contracts to demonstrate the standards discussed in arbitration-development.

Check out the full repository of Kleros interactions here: https://github.com/kleros/kleros-interaction

{% content-ref url="arbitrabledeposit.sol.md" %} arbitrabledeposit.sol.md {% endcontent-ref %}

{% content-ref url="twopartyarbitrable.sol.md" %} twopartyarbitrable.sol.md {% endcontent-ref %}

{% content-ref url="rental.sol.md" %} rental.sol.md {% endcontent-ref %}

{% content-ref url="arbitrabletransaction.sol.md" %} arbitrabletransaction.sol.md {% endcontent-ref %}

{% content-ref url="multiplearbitrabletransaction.sol.md" %} multiplearbitrabletransaction.sol.md {% endcontent-ref %}

{% content-ref url="multiplearbitrabletokentransaction.sol.md" %} multiplearbitrabletokentransaction.sol.md {% endcontent-ref %}