1.2.1 • Published 2 years ago

@sensible-contract/providers v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Sensible Web3 Providers

npm version

This is part of sensible-web3.

It contains common Provider classes to support sensible-web3.

Please read the documentation for more.

Installation

npm install @sensible-contract/providers

Usage

const {
  SensiblequeryProvider,
  MetaSVProvider,
  WhatsOnChainProvider
} = require("@sensible-contract/providers");
let provider = new SensiblequeryProvider();