1 Repo
Lightweight blockchain interfaces for querying network state and interacting with the ledger without full node requirements.
Distinct from Lite Node Operations: Focuses on the client-side interface for interaction, whereas Lite Node Operations focus on the node's reduced storage operation.
Explore 1 awesome GitHub repository matching devops & infrastructure · Lite Client Interfaces. 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
Provides a lightweight blockchain interface for querying network state and interacting with the ledger without running a full node.