Bcoin is an alternative implementation of the Bitcoin protocol, written in JavaScript and C/C++ for Node.js.
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
Bitcore is a blockchain development framework and a set of libraries used to build applications that interact with the Bitcoin network and other blockchain protocols. It provides a multi-chain cryptocurrency wallet implementation, a peer-to-peer client for synchronizing distributed ledger data, and a transaction orchestrator for constructing, signing, and broadcasting transactions. The framework features a standardized JSON-RPC wrapper to normalize communication between applications and diverse blockchain node APIs. It implements hierarchical deterministic wallets that derive keys and address
Audited & minimal JS implementation of elliptic curve cryptography.
Die Hauptfunktionen von paulmillr/noble-curves sind: JavaScript and TypeScript Libraries, JavaScript Cryptography.
Open-Source-Alternativen zu paulmillr/noble-curves sind unter anderem: bcoin-org/bcoin — Bcoin is an alternative implementation of the Bitcoin protocol, written in JavaScript and C/C++ for Node.js. bitcoinjs/bitcoinjs-lib — bitcoinjs-lib is a JavaScript library for building Bitcoin transactions, generating addresses, and managing keys in… bitpay/bitcore — Bitcore is a blockchain development framework and a set of libraries used to build applications that interact with the… bitwiseshiftleft/sjcl — sjcl is a JavaScript cryptography library providing a collection of primitives for encryption, hashing, and encoding… blocktrail/blocktrail-sdk-nodejs — BlockTrail NodeJS SDK This is the BlockTrail NodeJS SDK. This SDK contains methods for easily interacting with the… apache/incubator-milagro-crypto-js — Apache milagro.