awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • xrplf/rippledالصورة الرمزية لـ XRPLF

    XRPLF/rippled

    5,166عرض على 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
    عرض على GitHub↗5,166
  • stellar/stellar-coreالصورة الرمزية لـ stellar

    stellar/stellar-core

    3,269عرض على 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++
    عرض على GitHub↗3,269
  1. Home
  2. Data & Databases
  3. Ledger Storage Optimization

استكشف الوسوم الفرعية

  • 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.