Huge news!Announcing our $20M Series A led by Andreessen Horowitz.Learn more
Socket
Socket
Log inDemoInstall

bs58check

Package Overview
Dependencies
3
Maintainers
1
Versions
21
Issues
File Explorer

Advanced tools

Install Socket

Protect your apps from supply chain attacks

Install

bs58check

A straightforward implementation of base58-check encoding

    3.0.1latest
    GitHub
    npm

Version published
Maintainers
1
Weekly downloads
671,799
decreased by-1.69%

Weekly downloads

Readme

Source

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

Keywords

FAQs

Last updated on 25 Feb 2023

Did you know?

Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install
SocketSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc