Fuel手册-更新中 (The Fuel Book)-updating
  • 0.Fuel手册 (The Fuel Book)
  • 1. 开发者快速上手 (Developer Quickstart)
    • 1.1构建智能合约 (Building A Smart Contract)
    • 1.2 构建前端 (Building a Frontend)
  • 2.准备开始 (Getting Started)
    • 2.1为什么是Fuel (Why Fuel)
    • 2.2Fuel是什么? (What is Fuel?)
      • 2.2.1 Fuel工具链 (The Fuel Toolchain)
    • 2.3 模块化运动 (Modular Movement)
      • 2.3.1 单片架构 (Monolithic Architecture)
      • 2.3.4 什么是模块化执行层 (What is a Modular Execution Layer)
    • 2.4 Fuel设置 (Fuel Configurations)
      • 2.4.1 作为汇总的Fuel (Fuel as a roll-up)
      • 2.4.2 作为L1的Fuel (Fuel as an L1)
      • 2.4.3 作为状态通道的Fuel (Fuel as a state channel)
      • 2.4.4 作为侧链的Fuel (Fuel as a sidechain)
  • 3. 技术 (Technology)
    • 3.1 并行交易执行(Parallel Transaction Execution)
    • 3.2欺诈证明 (Fraud Proofs)
  • 4. Fuel虚拟机 (The FuelVM)
    • 4.1合约和调用模型(Contract and Call Model)
    • 4.2内存模式 (Memory Mode)
    • 4.3多重原生资产(Multiple Native Assets)
    • 4.4FuelVM和EVM, 轻松搞明白(FuelVM vs. EVM, Explained)
  • 5.Sway语言 (Sway Language)
    • 5.1 Sway设计哲学 (Sway Design Philosophy)
    • 5.2 Sway的安全性 (Sway Safety)
  • 6.开发者看这里(For Developers)
    • 6.1Sway程序示例 (Sway Application Examples)
    • 6.2 网络 (Networks)
      • 6.2.1 `beta-3`测试网 (The `beta-3` testnet)
      • 6.2.2 `beta-2`测试网 (The `beta-2` testnet)
      • 6.2.3 `beta-1` 测试网 (beta-1 testnet)
    • 6.3 运行一个本地Fuel节点 (Running a local Fuel node)
    • 6.4 Sway语言 (Sway Language) 🌴
    • 6.5 Typescript SDK
    • 6.6 Rust SDK
    • 6.7 Fuel索引器 (Fuel Indexer)
    • 6.8 水龙头和区块浏览器 (Faucet and Block Explorer)
    • 6.9 Fuelup
    • 6.10 Fuel GraphQL API
  • 7. Fuel术语 (Fuel Glossary)
Powered by GitBook
On this page
  • 轻客户端 (Light Clients)
  • 灵活性 (Flexibility)
  1. 2.准备开始 (Getting Started)
  2. 2.3 模块化运动 (Modular Movement)

2.3.4 什么是模块化执行层 (What is a Modular Execution Layer)

Previous2.3.1 单片架构 (Monolithic Architecture)Next2.4 Fuel设置 (Fuel Configurations)

Last updated 1 year ago

In addition to the properties of a rollup, a modular execution is different because it also has these two additional properties:

除了汇总的属性之外,模块化执行是不同的,因为它还具有以下两个附加属性:

  • With a modular execution layer, users can run an off-chain light client, allowing users to validate the chain without running a full node. 通过模块化执行层,用户可以运行链下轻客户端,允许用户在不运行完整节点的情况下验证链。

  • A modular execution layer is not tightly coupled to a specific layer 1, allowing for greater flexibility. 模块化执行层与特定第 1 层不紧密耦合,从而提供更大的灵活性。

轻客户端 (Light Clients)

One of the core characteristics of a modular execution layer is related to the trust model of the system. A modular execution layer has all the properties of a rollup, and the ability to run a light client. This allows you to have trust-minimized infrastructure. Read more about light clients .

模块化执行层的核心特征之一与系统的信任模型有关。模块化执行层具有汇总的所有属性,以及运行轻客户端的能力。这使您可以拥有最小化信任的基础架构。查看 详细了解轻客户端。

灵活性 (Flexibility)

Another core property of a modular execution layer is that it is not tightly coupled to a specific layer 1. This offers flexibility that allows Fuel to be deployed. Read more about Fuel's flexibility .

模块化执行层的另一个核心属性是它不与特定的第 1 层紧密耦合。这提供了允许部署 Fuel 的灵活性。点击 详细了解 Fuel 的灵活性。

here
此处
here
此处