JSPM

bs58smartcheck

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

A straightforward implementation of base58-check encoding for smartcash

Package Exports

  • bs58smartcheck

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

Readme

bs58smartcheck

NPM Package

A straight forward implementation of base58check extending upon bs58 for smartcash

Example

var bs58smartcheck = require('bs58smartcheck')

var decoded = bs58smartcheck.decode('VMcAbMfj44MqqL1rL4cwxTe8NfgcbAGJUhaXb4rNVqKWpNhf4Za6')

console.log(decoded)
// => <Buffer bf ae c5 39 7b 66 d8 86 31 10 bf 6a 84 22 91 43 19 79 96 b2 46 cc 50 24 1d 70 5b 3b b9 5d 97 4e 41 01>

console.log(bs58smartcheck.encode(decoded))
// => VMcAbMfj44MqqL1rL4cwxTe8NfgcbAGJUhaXb4rNVqKWpNhf4Za6

LICSENSE MIT