JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8948
  • Score
    100M100P100Q138061F
  • License MIT

Create and parse crypto currency addresses and wallet import formats.

Package Exports

  • coinstring
  • coinstring/lib/coinstring.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 (coinstring) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

DEPRECATED. Use bs58check instead.

coinstring

build status Coverage Status Version

JavaScript component that's used to generate relevant addresses, wallet import formats, BIP32 encodings, and base 58 check encoding used by various crypto currencies. The difference between this and base58 check encoding is not much other than base 58 check encoding specifies that the version should only have one byte. This means that base 58 check encoding technically would NOT work for BIP 32 addresses, but this module does work with BIP 32 addresses.

Works in Node.js and the browser.

Official documentation:

http://cryptocoinjs.com/modules/currency/coinstring/