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
  • 定义汇总 (Defining Rollups)
  • Fuel 作为汇总或 Layer-2 (Fuel as a Rollup or Layer-2)
  1. 2.准备开始 (Getting Started)
  2. 2.4 Fuel设置 (Fuel Configurations)

2.4.1 作为汇总的Fuel (Fuel as a roll-up)

Previous2.4 Fuel设置 (Fuel Configurations)Next2.4.2 作为L1的Fuel (Fuel as an L1)

Last updated 2 years ago

定义汇总 (Defining Rollups)

A layer-2 is a term used to describe a set of scaling solutions. A rollup is an off-chain network built on top of the layer-1 that executes transactions off-chain, bundles these transactions, and posts the bundled transactions as a single transaction on the layer-1 chain.

第 2 层(L2)是用于描述一组扩展解决方案的术语。汇总是建立在 layer-1 之上的链下网络,它执行链下交易,捆绑这些交易,并将捆绑的交易作为单个交易发布在 layer-1 链上。

Check out .

查看。

Fuel 作为汇总或 Layer-2 (Fuel as a Rollup or Layer-2)

Fuel is designed to run a modular execution layer, a configuration similar to what we call rollups or layer-2s on Ethereum today. Rollups typically use an optimistic or zk-configuration for validity or transaction arbitration. The Fuel technology is agnostic to either of these and can utilize either as a validity or fraud-proving system.

Fuel 意在运行模块化执行层,这种配置类似于我们今天在以太坊上所说的汇总或第 2 层。汇总通常使用OP 或 zk 配置来进行有效性或交易仲裁。 Fuel 技术对其中任何一个都是跨平台的,并且可以用作有效性或欺诈证明系统。

Layer-2s and rollups are primarily designed for monolithic blockchain stacks, which means they are typically not optimized for large amounts of layer-1 bandwidth potential unlike Fuel, which is uniquely configured to handle this potential.

Layer-2 和 汇总主要是为单片区块链堆栈设计的,这意味着它们通常没有针对大量的 layer-1 带宽潜力进行优化,这与 Fuel 不同,Fuel 是为处理这种潜力而特殊配置的。

this resource to learn more about rollups and layer-2s
此资源以了解有关汇总和第 2 层的更多信息