2.3.1 • Published 6 months ago

coinstring v2.3.1

Weekly downloads
19,543
License
MIT
Repository
github
Last release
6 months ago

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/