bs58check
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

bs58check

NPM Package Build Status Dependency status

js-standard-style

A straight forward implementation of base58check extending upon bs58.

Example

var bs58check = require('bs58check')

var decoded = bs58check.decode('5Kd3NBUAdUnhyzenEwVLy9pBKxSwXvE9FMPyR4UKZvpe6E3AgLr')

console.log(decoded)
// => <Buffer 80 ed db dc 11 68 f1 da ea db d3 e4 4c 1e 3f 8f 5a 28 4c 20 29 f7 8a d2 6a f9 85 83 a4 99 de 5b 19>

console.log(bs58check.encode(decoded))
// => 5Kd3NBUAdUnhyzenEwVLy9pBKxSwXvE9FMPyR4UKZvpe6E3AgLr

LICENSE MIT

/bs58check/

    Package Sidebar

    Install

    npm i bs58check

    Weekly Downloads

    723,237

    Version

    3.0.1

    License

    MIT

    Unpacked Size

    5.11 kB

    Total Files

    6

    Last publish

    Collaborators

    • junderw