awesome-repositories.com
Blog
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
·

2 repository-uri

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

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

    hyperledger/fabric

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

    input-output-hk/cardano-sl

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

Explorează sub-etichetele

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