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
This project is a curated collection of technical documentation and tutorials designed to guide developers through the mechanics of the Bitcoin blockchain. It serves as a structured learning path for those building applications that interact with decentralized financial systems, covering the fundamental concepts required to implement secure software within the ecosystem. The resource provides a comprehensive curriculum for understanding the core technical pillars of the network, including cryptographic key management, transaction construction, and protocol interaction. By organizing these mat
This project is a multi-chain cryptocurrency wallet and self-custodial asset manager. It allows users to store, manage, and transfer digital assets across multiple blockchain networks while maintaining exclusive local control over private keys. The application implements multisignature security, requiring a quorum of digital signatures from multiple participants to authorize transactions for shared funds. It also provides tools for self-custodial management, including hierarchical deterministic key derivation and local private key storage. The platform covers a range of financial operations,
Electrum is an open-source, non-custodial Bitcoin wallet client that manages keys, transactions, and balances using Simplified Payment Verification (SPV) for lightweight transaction verification without downloading the full blockchain. It operates through a persistent background daemon that exposes a JSON-RPC interface for wallet operations and automation, and generates wallet keys from a mnemonic seed phrase using hierarchical deterministic key derivation. The wallet distinguishes itself through support for cold storage security with offline transaction signing on air-gapped devices, integra
bitcoinj ist eine Java-Bibliothek und ein Software Development Kit zur Integration von Bitcoin-Blockchain-Funktionalitäten in Anwendungen. Es bietet eine Grundlage für die Implementierung von Blockchain-Clients und die Verwaltung digitaler Wallets, wodurch der Blockchain-Status und Transaktionshistorien programmatisch nachverfolgt werden können.
Die Hauptfunktionen von bitcoinj/bitcoinj sind: Programmatic Bitcoin Integrations, Java Library Integrations, Consensus Script Validations, Blockchain Client Libraries, Blockchain State Synchronization, Bitcoin Wallet Management, SPV Transaction Verification, Digital Signature Schemes.
Open-Source-Alternativen zu bitcoinj/bitcoinj sind unter anderem: bitpay/bitcore — Bitcore is a blockchain development framework and a set of libraries used to build applications that interact with the… jashmenn/bitcoin-reading-list — This project is a curated collection of technical documentation and tutorials designed to guide developers through the… spesmilo/electrum — Electrum is an open-source, non-custodial Bitcoin wallet client that manages keys, transactions, and balances using… bitpay/wallet — This project is a multi-chain cryptocurrency wallet and self-custodial asset manager. It allows users to store,… input-output-hk/cardano-sl — This project is a blockchain node software implementation that maintains a decentralized ledger using the Ouroboros… lux-core/lux — Lux is a blockchain infrastructure project providing a distributed ledger and a smart contract platform. It utilizes a…