bech32
Bech32 encoder/decoder
A Bech32 encoding/decoding library for Bitcoin transactions
Bech32 encoding / decoding
107 stars
9 watching
46 forks
Language: TypeScript
last commit: 6 months ago base32bech32bitcoindecodingencoding
Related projects:
Repository | Description | Stars |
---|---|---|
bitcoinjs/bip21 | Utility library for encoding and decoding Bitcoin-related data according to the BIP21 specification | 56 |
azuchi/bech32rb | Implementation of Bech32/Bech32m encoding and decoding in Ruby | 20 |
bitcoinjs/wif | A JavaScript module for encoding and decoding Bitcoin private keys in the WIF format | 80 |
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 |
cryptocoinjs/bs58 | A JavaScript library used to encode and decode base 58 strings commonly used in cryptocurrency transactions. | 215 |
bitcoinjs/bip68 | An encoding and decoding library for Bitcoin's relative lock-time specification. | 2 |
bitcoinjs/bip32-utils | A collection of utility functions for working with Hierarchical Deterministic (HD) key nodes | 75 |
bitcoinjs/bip38 | Provides a JavaScript implementation of the BIP38 encryption standard to secure cryptocurrency private keys | 211 |
kronuz/base-x | A C++ library for encoding and decoding data using custom bases. | 14 |
bitcoinjs/bitcoinjs-message | A library providing functions to generate digital signatures for Bitcoin messages. | 130 |
bitcoin-studio/bitcoin-programming-with-bitcoinjs | A guide to creating Bitcoin transactions using the BitcoinJS library and other tools. | 162 |
gernest/base32 | An implementation of base32 encoding and decoding in the Zig programming language | 11 |
rust-bitcoin/rust-bitcoin | A Rust library for serializing and deserializing Bitcoin protocol messages and keys. | 2,132 |
checkiz/elixir-bson | An Elixir implementation of the BSON data format | 26 |