bs58
Base58 encoder
A JavaScript library used to encode and decode base 58 strings commonly used in cryptocurrency transactions.
Base58 encoding/decoding for Bitcoin
215 stars
8 watching
48 forks
Language: JavaScript
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bitcoinjs/bs58check | A library that implements base58 encoding and decoding with checksum verification | 91 |
bitcoinjs/bip66 | A module for encoding and decoding strict DER signatures in JavaScript. | 14 |
jrdnull/base58 | An Elixir implementation of Base58 encoding/decoding | 15 |
bitcoinjs/bip68 | An encoding and decoding library for Bitcoin's relative lock-time specification. | 2 |
stephen-hill/base58php | A PHP library for encoding and decoding strings using Base58 encoding | 79 |
bitcoinjs/bip38 | Provides a JavaScript implementation of the BIP38 encryption standard to secure cryptocurrency private keys | 211 |
bitcoinjs/wif | A JavaScript module for encoding and decoding Bitcoin private keys in the WIF format | 80 |
bitcoinjs/bech32 | A Bech32 encoding/decoding library for Bitcoin transactions | 107 |
bitcoinjs/bip21 | Utility library for encoding and decoding Bitcoin-related data according to the BIP21 specification | 56 |
gjaldon/base58check | A library providing functions for Base58Check encoding and decoding in Elixir | 16 |
cryptocoinjs/cryptocoin | A JavaScript library for interacting with cryptocurrencies in the browser. | 140 |
sija/base62.cr | A library that encodes numbers using a compact set of characters (Base62) and provides decoding functionality. | 10 |
rubencaro/cipher | A cryptographic library for encrypting and decrypting arbitrary binary data in Elixir | 61 |
kronuz/base-x | A C++ library for encoding and decoding data using custom bases. | 14 |
michael-hardeman/base58_ada | A library that provides Ada implementations of the Base58 encoding and decoding algorithm | 3 |