ara-context
v1.0.5
Published
ARA context to encapsulate things like Web3, etc
Downloads
23
Readme
ara-context
Ara context to encapsulate things like Web3, etc.
Status
Stable
Installation
$ npm install ara-context
Usage
const context = require('ara-context')()
API
context = require('ara-context')(opts)
where opts
can be:
opts.web3
- An object of options for configuringWeb3
opts.web3.provider
- AWeb3
provider or URI for a provider (http
,ws
, etc)opts.web3.[id].providers
- Array of network providers, whereid
is a string representation of the network/chain id
Contributing
Releases follow Semantic Versioning
See Also
License
LGPL-3.0