coinstring icon indicating copy to clipboard operation
coinstring copied to clipboard

DEPRECATED - Create and parse crypto currency addresses and wallet import formats.

Results 3 coinstring issues
Sort by recently updated
recently updated
newest added

http://cryptocoinjs.com/modules/currency/coinstring/#list-of-common-crypto-currency-versions It says that testnet is version 0x6E, but it's actually 0x6F, or 111.

bug

Why not use `bs58check` here for `createEncoder/createDecoder/createValidator`?

question

var cs = require('coinstring'); cs.isValid(req.param('address') , 0x00) . This check fails on me. Weird thing is that this check works on other laptops. Function below error out only on my...