bip21
URL encoder
Utility library for encoding and decoding Bitcoin-related data according to the BIP21 specification
A BIP21 compatible URL encoding utility library
56 stars
12 watching
44 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
bip21bitcoinjavascript
Related projects:
Repository | Description | Stars |
---|---|---|
bitcoinjs/bech32 | A Bech32 encoding/decoding library for Bitcoin transactions | 107 |
bitcoinjs/bip68 | An encoding and decoding library for Bitcoin's relative lock-time specification. | 2 |
bitcoinjs/bip38 | Provides a JavaScript implementation of the BIP38 encryption standard to secure cryptocurrency private keys | 211 |
bitcoinjs/bip32-utils | A collection of utility functions for working with Hierarchical Deterministic (HD) key nodes | 75 |
bitcoinjs/wif | A JavaScript module for encoding and decoding Bitcoin private keys in the WIF format | 80 |
bitcoinjs/bip39 | A JavaScript library that enables deterministic key generation using Bitcoin's mnemonic code system | 1,101 |
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/bip69 | A utility for organizing Bitcoin transactions by input and output order | 5 |
bitpay/bitcoind.js | Provides a Node.js interface to the Bitcoin blockchain | 44 |
bitcoinjs/bs58check | A library that implements base58 encoding and decoding with checksum verification | 91 |
minium/bitcoin-api-cpp | Provides C++ access to the Bitcoin daemon's JSON-RPC interface | 54 |
bitcoinjs/bitcoinjs-message | A library providing functions to generate digital signatures for Bitcoin messages. | 130 |
bitpay/bitcoind-rpc | A JavaScript client library to connect to Bitcoin Core RPC. | 175 |
consensys/abi-decoder | A Node.js and JavaScript library used to decode data parameters and events from Ethereum transactions. | 640 |