9 个仓库
Libraries for building Bitcoin applications in Node.js and browser environments.
Explore 9 awesome GitHub repositories matching part of an awesome list · JavaScript and TypeScript Libraries. Refine with filters or upvote what's useful.
bitcoinjs-lib is a JavaScript library for building Bitcoin transactions, generating addresses, and managing keys in both Node.js and browser environments. It provides a complete Bitcoin development toolkit covering address generation across standard, SegWit, P2SH, and multisig formats for mainnet and testnet networks, along with hierarchical deterministic key derivation following BIP32, BIP39, BIP44, and BIP49 standards. The library offers a comprehensive transaction engine that handles ECDSA and Schnorr signatures on the secp256k1 curve, supports Partially Signed Bitcoin Transaction (PSBT) f
Standard library for Bitcoin transactions and scripting.
Bitcore 是一个区块链开发框架和一组库,用于构建与比特币网络和其他区块链协议交互的应用程序。它提供了一个多链加密货币钱包实现、一个用于同步分布式账本数据的点对点客户端,以及一个用于构建、签名和广播交易的交易编排器。 该框架具有一个标准化的 JSON-RPC 包装器,用于规范应用程序与不同区块链节点 API 之间的通信。它实现了从单个种子短语派生密钥和地址的分层确定性钱包,并为多重签名钱包和阈值签名提供了特定的协调逻辑。 该项目涵盖了广泛的基础设施和安全功能,包括点对点网络、将区块链数据索引到本地数据库以及离线交易签名。它还包括用于管理支付通道、跟踪钱包余额以及编排容器化节点环境以进行集成测试的工具。
Comprehensive library for Bitcoin and blockchain applications.
Audited & minimal JS implementation of elliptic curve cryptography.
Audited implementation of secp256k1 and Schnorr signatures.
Fastest 5KB JS implementation of secp256k1 signatures & ECDH.
Minimalist secp256k1 implementation for learning and production.
Audited & minimal library for creating, signing & decoding Bitcoin transactions.
Minimal library for creating and signing Bitcoin transactions.
BlockTrail NodeJS SDK This is the BlockTrail NodeJS SDK. This SDK contains methods for easily interacting with the BlockTrail API. Below are examples to get you started. For additional examples, please see our official documentation at https://www.blocktrail.com/api/docs/lang/nodejs
SDK for interacting with the Blocktrail API.
✨ Bitcoin TypeScript/JavaScript Library for NodeJS, Browser and Mobile ✨
TypeScript library with Segwit and Taproot support.
Nostr: npub1mgvlrnf5hm9yf0n5mf9nqmvarhvxkc6remu5ec3vf8r0txqkuk7su0e7q2
HTTP 402 payment middleware for Node.js.
Bcoin is an alternative implementation of the Bitcoin protocol, written in JavaScript and C/C++ for Node.js.
Full-featured Bitcoin library for Node.js and browsers.