awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bitcoinj avatar

bitcoinj/bitcoinj

0
View on GitHub↗
5,216 stele·2,561 fork-uri·Java·Apache-2.0·7 vizualizăribitcoinj.org↗

Bitcoinj

bitcoinj este o bibliotecă Java și un kit de dezvoltare software (SDK) pentru integrarea funcționalității blockchain-ului Bitcoin în aplicații. Oferă o fundație pentru implementarea clienților blockchain și gestionarea portofelelor digitale, permițând urmărirea programatică a stării blockchain-ului și a istoricului tranzacțiilor.

Proiectul include instrumente pentru crearea și menținerea keychain-urilor și portofelelor, susținute de o interfață în linie de comandă (CLI) pentru gestionarea administrativă a portofelului și sincronizarea stării blockchain-ului.

Biblioteca acoperă primitive criptografice și structurale de bază, incluzând derivarea deterministă a cheilor, semnături digitale pe curbe eliptice și validarea tranzacțiilor bazată pe scripturi. De asemenea, suportă verificarea simplificată a plăților pentru sincronizarea tranzacțiilor fără a stoca întregul blockchain și coordonează atomic swaps prin contracte cu blocare temporală (time-locked contracts).

Instrumentele de dezvoltare sunt furnizate prin template-uri de bootstrapping pentru construirea de aplicații de portofel personalizate și interfețe grafice.

Features

  • Programmatic Bitcoin Integrations - Provides a dedicated Java library for integrating Bitcoin payment and wallet functionality into existing software applications.
  • Java Library Integrations - Ships as a Java library that can be embedded into applications to provide blockchain and wallet functionality.
  • Consensus Script Validations - Executes a stack-based miniature language to verify specific conditions are met before funds can be spent.
  • Blockchain Client Libraries - Acts as a software foundation for interacting with the Bitcoin network, validating transactions, and tracking state.
  • Blockchain State Synchronization - Provides mechanisms for updating local wallet state to match the current Bitcoin network state for accurate balances.
  • Bitcoin Wallet Management - Provides programmatic and command-line interfaces for creating and maintaining Bitcoin wallets, keychains, and blockchain state.
  • SPV Transaction Verification - Implements Simplified Payment Verification using block headers and Merkle proofs to verify transactions without a full chain.
  • Digital Signature Schemes - Implements standardized digital signature schemes based on elliptic curve mathematics to secure asset ownership.
  • Hierarchical Deterministic Key Derivations - Provides BIP32 hierarchical deterministic key derivation to generate a tree of keys from a single seed.
  • Cryptocurrency Wallets - Implements the core logic for managing private keys, mnemonics, and blockchain wallet synchronization.
  • Bitcoin Wallet SDKs - Provides a comprehensive development kit for building custom Bitcoin wallet interfaces and blockchain-based software.
  • Wallet Development Kits - Provides the programmatic foundation for building Java applications that manage Bitcoin keys and transaction histories.
  • Atomic Asset Swaps - Implements cryptographic mechanisms for trustless peer-to-peer exchange of different digital assets using time-locked contracts.
  • Merkle Tree Utilities - Provides Merkle tree structures for verifying that specific transactions are included in a block.
  • Reproducible Build Environments - Ensures consistent and verifiable binary build artifacts using isolated containerized environments.

Istoric stele

Graficul istoricului de stele pentru bitcoinj/bitcoinjGraficul istoricului de stele pentru bitcoinj/bitcoinj

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Bitcoinj

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Bitcoinj.
  • bitpay/bitcoreAvatar bitpay

    bitpay/bitcore

    4,988Vezi pe GitHub↗

    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

    TypeScript
    Vezi pe GitHub↗4,988
  • jashmenn/bitcoin-reading-listAvatar jashmenn

    jashmenn/bitcoin-reading-list

    897Vezi pe GitHub↗

    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

    Vezi pe GitHub↗897
  • bitpay/walletAvatar bitpay

    bitpay/wallet

    3,938Vezi pe GitHub↗

    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,

    TypeScriptbitcoinbitpayblockchain
    Vezi pe GitHub↗3,938
  • spesmilo/electrumAvatar spesmilo

    spesmilo/electrum

    8,501Vezi pe GitHub↗

    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

    Pythonbitcoinbitcoin-walletelectrum
    Vezi pe GitHub↗8,501
Vezi toate cele 30 alternative pentru Bitcoinj→

Întrebări frecvente

Ce face bitcoinj/bitcoinj?

bitcoinj este o bibliotecă Java și un kit de dezvoltare software (SDK) pentru integrarea funcționalității blockchain-ului Bitcoin în aplicații. Oferă o fundație pentru implementarea clienților blockchain și gestionarea portofelelor digitale, permițând urmărirea programatică a stării blockchain-ului și a istoricului tranzacțiilor.

Care sunt principalele funcționalități ale bitcoinj/bitcoinj?

Principalele funcționalități ale bitcoinj/bitcoinj sunt: Programmatic Bitcoin Integrations, Java Library Integrations, Consensus Script Validations, Blockchain Client Libraries, Blockchain State Synchronization, Bitcoin Wallet Management, SPV Transaction Verification, Digital Signature Schemes.

Care sunt câteva alternative open-source pentru bitcoinj/bitcoinj?

Alternativele open-source pentru bitcoinj/bitcoinj includ: 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…