@ethers-ancillary/bsc
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Ancillary Package: Binance SmartChain (BSC)

npm version

Experimental: This packages is still in the early stages of the ancillary package template and the library has not been thoroughly tested.

An ancillary package for the Binance Smart Chain (BSC).

Installing and Importing

Node

/home/ricmoo> npm install @ethers-ancillary/bsc
// JavaScript
const { BscscanProvider } = require("@ethers-ancillary/bsc");

// TypeScript
import { BscscanProvider } from "@ethers-ancillary/bsc";

Browser

Include the ESM module (ethers-bscscan-provider.esm.js) in the same folder as the core library (i.e. ethers.esm.js) and import using:

<script type="module">
  import { BscscanProvider } from "./bsc.esm.js";
</script>

Application Programming Interface (API)

getDefaultProvider(networkish?)

Create a new default provider connected to networkish, which may be a chain name (i.e. "bsc-mainnet" or "bsc-testnet") or chain ID.

This will create a FallbackProvider, backed by all popular Third-Party BSC services (currently only Bsccsan).

BscscanProvider

The API for this provider is identical to the EtherscanProvider, except uses bscscan.com (which is owned and operated by the same company as Etherscan and has the same underlying API) as its source for the BSC (Binance Smart Chain) network.

See EtherscanProvider.

License

MIT License.

Readme

Keywords

Package Sidebar

Install

npm i @ethers-ancillary/bsc

Weekly Downloads

1,172

Version

0.0.3

License

MIT

Unpacked Size

96.4 kB

Total Files

70

Last publish

Collaborators

  • ricmoo