2 مستودعات
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.
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.
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.