0.2.0 • Published 7 years ago
eth-archon v0.2.0
Archon
Archon provides functionality for Arbitrator and Arbitrable Ethereum smart contracts as defined in ERC 792.
Documentation
See full documentation at https://archon.readthedocs.io/en/latest/index.html
Installation
npm install eth-archonBasic Usage
var Archon = require('eth-archon');
var archon = new Archon('ws://some.local-or-remote.node:8546');
> archon.arbitrator
> archon.arbitrable
> archon.utils
> archon.versionTest
yarn ganache
yarn testBuild
yarn run build