awesome-repositories.com

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

ExploreazăCăutări recomandateBlogHartă site
ProiectDesprePresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

2 repository-uri

Awesome GitHub RepositoriesLedger Storage Optimization

Techniques for reducing the physical disk footprint of historical blockchain data.

Distinct from Ledger Querying: Existing candidates focused on querying or reporting, not the physical storage efficiency of the ledger data.

Explore 2 awesome GitHub repositories matching data & databases · Ledger Storage Optimization. Refine with filters or upvote what's useful.

Awesome Ledger Storage Optimization GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • xrplf/rippledAvatar XRPLF

    XRPLF/rippled

    5,166Vezi pe GitHub↗

    rippled is a peer-to-peer node implementation for the XRP Ledger. It serves as a distributed ledger consensus engine and a blockchain API gateway, allowing servers to validate transactions and maintain a shared, immutable sequence of ledger state. The project features a built-in decentralized exchange engine capable of executing atomic cross-currency payments and managing order books. It includes an on-chain asset management system for issuing and controlling fungible tokens and NFTs, as well as a Byzantine Fault Tolerant system for coordinating validators. The platform provides comprehensiv

    Stores historical ledger data in a space-efficient format to reduce the overall disk footprint.

    C++blockchainc-plus-pluscplusplus
    Vezi pe GitHub↗5,166
  • stellar/stellar-coreAvatar stellar

    stellar/stellar-core

    3,269Vezi pe GitHub↗

    Stellar Core is the primary software implementation of the Stellar blockchain network, serving as a distributed ledger and a Federated Byzantine Agreement system. It functions as a core node that maintains the shared state of the network and provides a runtime environment for executing WebAssembly smart contracts. The project enables the creation and management of digital assets, including the implementation of decentralized exchanges through distributed orderbooks and automated liquidity pools. It facilitates cross-border payment settlement by routing assets via path payments and bridging di

    Encodes ledger data and transactions into binary formats to optimize network performance and storage efficiency.

    C++
    Vezi pe GitHub↗3,269
  1. Home
  2. Data & Databases
  3. Ledger Storage Optimization

Explorează sub-etichetele

  • Binary Ledger SerializationEncoding blockchain ledger data into optimized binary formats for storage and transmission efficiency. **Distinct from Ledger Storage Optimization:** Focuses on the binary encoding/serialization process rather than the general physical disk footprint optimization.