@kleros/realitio-arbitrator-with-appeals

v1.0.2
A [Realitio v2](https://github.com/realitio/realitio-contracts/blob/master/truffle/contracts/Realitio_v2_1.sol) arbitrator implementation that also implements [IDisputeResolver](https://github.com/kleros/dispute-resolver-interface-contract).

compile

truffle compile

ganache

ganache-cli -g 1 -l 1000000000

test

truffle test

prepack

prettier --write 'contracts/**/*.sol'&& NETWORK=kovan npm run deploy

deploy

truffle migrate --reset --network $NETWORK && sleep 3 && truffle run verify RealitioArbitratorWithAppeals --network $NETWORK
npm i @kleros/[email protected]

Metadata

  • MIT
  • >=0.12
  • Kleros
  • released 5/20/2021

Downloads