https://github.com/cryptocoinjs/coinstring
DEPRECATED - Create and parse crypto currency addresses and wallet import formats.
https://github.com/cryptocoinjs/coinstring
Last synced: 11 months ago
JSON representation
DEPRECATED - Create and parse crypto currency addresses and wallet import formats.
- Host: GitHub
- URL: https://github.com/cryptocoinjs/coinstring
- Owner: cryptocoinjs
- License: mit
- Created: 2014-03-08T03:07:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T21:56:16.000Z (over 2 years ago)
- Last Synced: 2025-06-09T15:55:32.090Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 17
- Watchers: 6
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
## DEPRECATED. Use [bs58check](https://github.com/bitcoinjs/bs58check) instead.
coinstring
==========
[](http://travis-ci.org/cryptocoinjs/coinstring)
[](https://coveralls.io/r/cryptocoinjs/coinstring)
[](https://www.npmjs.org/package/coinstring)
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/