@shotaronowhere/archon
v2.2.3
Published
A javascript library for Ethereum dispute resolution. Provides the ability to interface with Arbitrable and Arbitrator Ethereum smart contracts, as defined in ERC 792.
Maintainers
Readme
Archon
Archon provides functionality for Arbitrator and Arbitrable Ethereum smart contracts as defined in ERC 792 and ERC 1497.
Documentation
See full documentation at https://archon.readthedocs.io/en/latest/index.html
Installation
npm install @kleros/archonBasic Usage
var Archon = require('@kleros/archon');
var archon = new Archon('wss://some.local-or-remote.node:8546');
> archon.arbitrator
> archon.arbitrable
> archon.utils
> archon.versionTest
yarn ganache
yarn testBuild
yarn run buildUpdate Docs
The documentation is based on Sphinx. Install Sphinx with your global python or in a virtualenv
pip install sphinxUpdate
.rstfiles in /docsRun to generate new docs bundle
cd docs && make html- View changes
open ./docs/_build/html/index.html- Push changes
