2 مستودعات
Saving ledger state, indexing past transactions, and providing fast reliable data verification from storage.
Distinct from Provider State Persistence: No candidate covers blockchain-specific state persistence with ledger indexing and verification.
Explore 2 awesome GitHub repositories matching data & databases · Blockchain State Persistence. Refine with filters or upvote what's useful.
Canopy is the official Go implementation of a blockchain node that runs a recursive network architecture, enabling new blockchains to launch as dependent layers that can later graduate into fully independent security roots. The project provides a hybrid consensus mechanism that combines Byzantine fault-tolerant Proof-of-Stake with Verifiable-Delay Functions, delivering instant finality while protecting against long-range attacks through trustless chain age verification. Validators secure multiple chains simultaneously through restaking, where a single bonded stake serves as collateral across t
Saves the current ledger state, indexes past transactions, and provides fast reliable data verification from storage.
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
Persists blockchain blocks and transaction outputs to a key-value store for reliable ledger maintenance.