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