@kleros/arbitrable-proxy-contracts

v4.0.6
General purpose arbitrable contracts as defined in ERC-792

compile

truffle compile

ganache

ganache-cli -g 1 -l 1000000000

test

truffle test

prepack

prettier --write 'contracts/**/*.sol' && NETWORK=ropsten npm run deploy-and-verify && sleep 3 && NETWORK=kovan npm run deploy-and-verify && sleep 3 && NETWORK=sokol npm run deploy

deploy-and-verify

truffle migrate --network $NETWORK -f 2 && sleep 5 && truffle run verify ArbitrableProxy --network $NETWORK

deploy

truffle migrate --network $NETWORK -f 2

deploy-interactive

truffle migrate --network $NETWORK --interactive --verbose-rpc && sleep 3 && truffle run verify ArbitrableProxy --network $NETWORK
npm i @kleros/[email protected]

Metadata

  • MIT
  • >=0.12
  • Kleros
  • released 6/15/2021

Downloads