JSPM

  • Created
  • Published
  • Downloads 1135843
  • Score
    100M100P100Q199489F
  • License MIT

Base-X without Buffer.

Package Exports

  • @ethersproject/basex
  • @ethersproject/basex/lib.esm/index.js
  • @ethersproject/basex/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ethersproject/basex) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Base-X

This sub-module is part of the ethers project.

It is responsible for encoding and decoding vinary data in arbitrary bases, but is primarily for Base58 encoding which is used for various blockchain data.

For more information, see the documentation.

Importing

Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.

const {

    BaseX,

    Base32,
    Base58

} = require("@ethersproject/basex");

License

MIT License