@ethersproject/basex
Base-X without Buffer.
Last updated 7 years ago by ricmoo .
MIT · Original npm · Tarball · package.json
$ cnpm install @ethersproject/basex 
SYNC missed versions from official npm registry.

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

Current Tags

  • 5.8.0                                ...           latest (a year ago)

36 Versions

  • 5.8.0                                ...           a year ago
  • 5.7.0                                ...           4 years ago
  • 5.6.1                                ...           4 years ago
  • 5.6.0                                ...           4 years ago
  • 5.5.0                                ...           4 years ago
  • 5.4.0                                ...           5 years ago
  • 5.3.0                                ...           5 years ago
  • 5.2.0                                ...           5 years ago
  • 5.1.0                                ...           5 years ago
  • 5.0.9                                ...           5 years ago
  • 5.0.8                                ...           5 years ago
  • 5.0.7                                ...           5 years ago
  • 5.0.6                                ...           5 years ago
  • 5.0.5                                ...           5 years ago
  • 5.0.4                                ...           6 years ago
  • 5.0.3                                ...           6 years ago
  • 5.0.2                                ...           6 years ago
  • 5.0.1                                ...           6 years ago
  • 5.0.0                                ...           6 years ago
  • 5.0.0-beta.133                                ...           6 years ago
  • 5.0.0-beta.132                                ...           6 years ago
  • 5.0.0-beta.131                                ...           6 years ago
  • 5.0.0-beta.130                                ...           6 years ago
  • 5.0.0-beta.129                                ...           7 years ago
  • 5.0.0-beta.128                                ...           7 years ago
  • 5.0.0-beta.127                                ...           7 years ago
  • 5.0.0-beta.126                                ...           7 years ago
  • 5.0.0-beta.125                                ...           7 years ago
  • 5.0.0-beta.124                                ...           7 years ago
  • 5.0.0-beta.123                                ...           7 years ago
  • 5.0.0-beta.122                                ...           7 years ago
  • 5.0.0-beta.121                                ...           7 years ago
  • 5.0.0-beta.120                                ...           7 years ago
  • 5.0.0-beta.119                                ...           7 years ago
  • 5.0.0-beta.118                                ...           7 years ago
  • 5.0.0-beta.117                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |