1 repositorio
A data storage model using recursive trees of bit-packed cells for deterministic serialization of blockchain state.
Distinct from Cell-Based State Storage: Distinct from spreadsheet cells or network switching cells; this is a cryptographic storage structure for blockchain state.
Explore 1 awesome GitHub repository matching data & databases · Cell-Based Data Storage. Refine with filters or upvote what's useful.
This project is a full-stack implementation of the TON protocol, serving as a layer 1 blockchain protocol designed for transaction processing and smart contract execution. It encompasses the core blockchain validator node, storage daemons, and network logic required to maintain a distributed ledger. The system is distinguished by a sharding architecture and a specialized virtual machine for deploying asynchronous smart contracts. It utilizes a cell-based data storage model for deterministic serialization and an actor-based asynchronous message passing system for communication between contract
Uses a specialized cell-based data storage model to ensure deterministic serialization of all blockchain state and contract code.