1.0.0 • Published 4 years ago
@nichemandao/consul v1.0.0
Consul
Consul provides functionality for Arbitrator and Arbitrable Ethereum smart contracts as defined in ERC 836 and ERC 1836.
Documentation
See full documentation at https://consul.readthedocs.io/en/latest/index.html
Installation
npm install @nichemandao/consulBasic Usage
var Consul = require('@nichemandao/consul');
var consul = new Consul('wss://some.local-or-remote.node:8546');
> consul.arbitrator
> consul.arbitrable
> consul.utils
> consul.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 sphinx1) Update .rst files in /docs
2) Run to generate new docs bundle
cd docs && make html3) View changes
open ./docs/_build/html/index.html4) Push changes
1.0.0
4 years ago