awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hyperledger/fabricAvatar von hyperledger

    hyperledger/fabric

    16,664Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗16,664
  • input-output-hk/cardano-slAvatar von input-output-hk

    input-output-hk/cardano-sl

    3,756Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,756
  1. Home
  2. Data & Databases
  3. Block Storage
  4. Blockchain

Unter-Tags erkunden

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