ara-context

ARA context to encapsulate things like Web3, etc

Usage no npm install needed!

<script type="module">
  import araContext from 'https://cdn.skypack.dev/ara-context';
</script>

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 configuring Web3
  • opts.web3.provider - A Web3 provider or URI for a provider (http, ws, etc)
  • opts.web3.[id].providers - Array of network providers, where id is a string representation of the network/chain id

Contributing

Releases follow Semantic Versioning

See Also

License

LGPL-3.0