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

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

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

2 مستودعات

Awesome GitHub RepositoriesBlockchain

Storage systems specifically designed to persist blockchain blocks and their indices.

Distinct from Block Storage: Specific to blockchain block history rather than general block-level storage hardware or patterns

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

Awesome Blockchain GitHub Repositories

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

    hyperledger/fabric

    16,664عرض على GitHub↗

    Hyperledger Fabric is a permissioned blockchain framework and enterprise blockchain platform designed for maintaining shared, immutable records of transactions across a network of authorized participants. It provides the infrastructure to build and manage private distributed ledgers that prioritize data confidentiality and scalability. The platform is distinguished by a modular architecture and a pluggable consensus engine. This design allows internal system implementations to be swapped with custom modules to adapt the ledger's behavior and consensus mechanisms to specific technical or indus

    Implements a database-indexed block storage system to persist blockchain history on the file system.

    Go
    عرض على GitHub↗16,664
  • input-output-hk/cardano-slالصورة الرمزية لـ input-output-hk

    input-output-hk/cardano-sl

    3,756عرض على GitHub↗

    This project is a blockchain node software implementation that maintains a decentralized ledger using the Ouroboros proof-of-stake consensus protocol. It provides a complete environment for operating a distributed record, including a cryptocurrency wallet backend and a peer-to-peer network layer. The system is distinguished by its use of a UTXO-based ledger model and a diffusion-based state synchronization layer for node communication. It integrates a Public Key Infrastructure with TLS-authenticated communication to secure inter-node traffic and employs hierarchical deterministic key derivati

    Merges block and undo files from older epochs into condensed pairs to reduce disk space usage.

    Haskell
    عرض على GitHub↗3,756
  1. Home
  2. Data & Databases
  3. Block Storage
  4. Blockchain

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

  • Epoch Data ConsolidationMerges block and undo files from previous epochs into condensed pairs to optimize storage. **Distinct from Blockchain:** Focuses on the periodic consolidation of historical blockchain files rather than general block storage indices.