Pinned Repositories
bech32
Bech32 encoding / decoding
bip32
A BIP32 compatible library.
bip38
BIP38 is a standard process to encrypt Bitcoin and crypto currency private keys that is less susceptible to brute force attacks thus protecting the user.
bip39
JavaScript implementation of Bitcoin BIP39: Mnemonic code for generating deterministic keys
bitcoinjs-lib
A javascript Bitcoin library for node.js and browsers.
bitcoinjs-message
bolt11
A library for encoding and decoding lightning network payment requests as defined in BOLT #11.
bs58check
A straight forward implementation of base58check extending upon bs58.
coinselect
An unspent transaction output (UTXO) selection module for bitcoin.
tiny-secp256k1
A tiny secp256k1 native/JS wrapper
bitcoinjs's Repositories
bitcoinjs/bitcoinjs-lib
A javascript Bitcoin library for node.js and browsers.
bitcoinjs/bip39
JavaScript implementation of Bitcoin BIP39: Mnemonic code for generating deterministic keys
bitcoinjs/bip38
BIP38 is a standard process to encrypt Bitcoin and crypto currency private keys that is less susceptible to brute force attacks thus protecting the user.
bitcoinjs/coinselect
An unspent transaction output (UTXO) selection module for bitcoin.
bitcoinjs/bip32
A BIP32 compatible library.
bitcoinjs/bitcoinjs-message
bitcoinjs/bech32
Bech32 encoding / decoding
bitcoinjs/bolt11
A library for encoding and decoding lightning network payment requests as defined in BOLT #11.
bitcoinjs/tiny-secp256k1
A tiny secp256k1 native/JS wrapper
bitcoinjs/bs58check
A straight forward implementation of base58check extending upon bs58.
bitcoinjs/bip44-constants
This package provides BIP44 coin constants as found here: https://github.com/satoshilabs/slips/blob/master/slip-0044.md
bitcoinjs/wif
Bitcoin Wallet Import Format JS encoding/decoding module
bitcoinjs/bip32-utils
A small set of utilities for use with BIP32 HD key nodes
bitcoinjs/fast-dat-parser
Superfast blockchain parser for stats
bitcoinjs/bip21
A BIP21 compatible URL encoding utility library
bitcoinjs/indexd
An external bitcoind index management service module
bitcoinjs/bip174
A BIP174 compatible partial Transaction encoding library.
bitcoinjs/merkle-lib
A performance conscious library for merkle root and tree calculations.
bitcoinjs/regtest-server
A regtest server for bitcoinjs-lib testing
bitcoinjs/bitcoinjs.org
bitcoinjs/regtest-client
A client library based off of the integration tests of bitcoinjs-lib. This requires a server component.
bitcoinjs/ecpair
The ECPair module for bitcoinjs-lib
bitcoinjs/electrum-mnemonic
Electrum Mnemonics (electrum v2 and greater)
bitcoinjs/payjoin-client
A Payjoin Client Library in JS with TypeScript types
bitcoinjs/aezeed
A package for encoding, decoding, and generating mnemonics of the aezeed specification. (WIP)
bitcoinjs/bip66
Strict DER signatures
bitcoinjs/bitcoin-ops
bitcoin OP codes
bitcoinjs/varuint-bitcoin
encode/decode number as bitcoin variable length integer https://en.bitcoin.it/wiki/Protocol_documentation#Variable_length_integer
bitcoinjs/uint8array-tools
A set of tools for Uint8Array to aide in the move from Buffers.
bitcoinjs/summer-of-bitcoin-2024
A place for proposal submissions.