1 个仓库
Packaging of network protocols and runtime environments into standalone executables for distributed deployment.
Distinct from Peer-to-Peer Distribution Protocols: Unlike P2P distribution protocols which focus on content sharing, this is about the distribution of the node binary itself.
Explore 1 awesome GitHub repository matching devops & infrastructure · Client Node Distributions. Refine with filters or upvote what's useful.
Substrate 是一个模块化区块链开发框架,用于构建具有可编程状态转换和共识机制的定制区块链网络。它充当构建定制网络协议并将节点部署到本地环境或全球测试网的工具包。 该框架利用 WebAssembly 运行时环境来执行状态转换逻辑,确保所有网络节点行为的确定性。它支持模块化逻辑组件和运行时调色板(palettes)的组合,以定义区块链的具体规则和行为。 该系统涵盖了核心区块链操作,包括签名交易处理、区块生成管理和环境数据集成。它还提供用于安全会话密钥存储和轮换的加密密钥管理,以及用于隔离二进制编译和节点编排的工具。
Provides the ability to package the blockchain protocol and runtime into a standalone executable for peer-to-peer node deployment.