awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesLite Node Operations

Running blockchain nodes with reduced storage by using state snapshots for transaction validation.

Distinct from Blockchain Node Operation: Specifically covers lite node operations using snapshots, whereas the parent covers general blockchain node operation.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Lite Node Operations. Refine with filters or upvote what's useful.

Awesome Lite Node Operations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tronprotocol/java-trontronprotocol 的头像

    tronprotocol/java-tron

    4,106在 GitHub 上查看↗

    java-tron 是 Tron 区块链全节点的 Java 实现。它提供了运行网络节点、验证交易和生成区块的核心基础设施。该项目包括一个权益证明(PoS)共识引擎、分布式账本数据库和用于管理链上状态转换的智能合约运行时。 该系统支持全节点和轻节点操作,利用状态快照来加速同步并降低硬件要求。它具有多引擎数据库抽象,允许跨不同物理磁盘进行存储迁移、分区和清理,以优化性能。 该软件涵盖了广泛的区块链功能,包括数字资产管理、通过代表选举进行的网络治理,以及通过虚拟机执行可编程逻辑。它通过支持 HTTP、gRPC 和 JSON-RPC 协议的网关公开区块链数据和功能。 该项目提供用于初始化网络节点、部署私有区块链环境以及管理加密账户密钥库的工具。

    Provides lite node operation capabilities using state snapshots to reduce hardware requirements.

    Java
    在 GitHub 上查看↗4,106
  • ton-blockchain/tonton-blockchain 的头像

    ton-blockchain/ton

    4,054在 GitHub 上查看↗

    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.

    C++blockchaincryptocurrencyinfinite-sharding
    在 GitHub 上查看↗4,054
  1. Home
  2. DevOps & Infrastructure
  3. Blockchain Node Operation
  4. Lite Node Operations

探索子标签

  • Lite Client InterfacesLightweight 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.