# Rome L2 设置

使用 Rome 技术栈搭建您自己的 L2。

注意：如果您想快速在本地搭建，请直接按照 README 操作，位于 <https://github.com/rome-labs/rome-setup>。此搭建耗时约 **<10 分钟**。演示 [可在此查看](https://www.loom.com/share/f87f369ffe1140f59cdf53016fa52909).

如果您希望深入了解 Rome 技术栈并自定义您的 L2，请按照以下页面所述的完整搭建流程。此搭建耗时约 **\~30 分钟**。演示 [可在此查看](https://www.loom.com/share/d06842be650f43c1a8a0499de4932f18?sid=9fee754d-5bd5-4365-b102-50029fa7f7b3).

## 搭建您的 L2

* 准备远程服务器
* 选择您的链 ID
* 下载 Rome 仓库
* 注册您的 L2
* 初始化您的 L2
* 设置 OP Geth 节点
* 运行区块浏览器

## 测试您的 L2

* 设置 Metamask
* 为您的钱包注资
* 检查钱包余额
* 进行简单转账
* 运行 Uniswap
* 运行 OpenZeppelin
* 使用 Rome Dapp
* 使用 Rome Bridge

## 备注

* 您可以在本地或部署在可公开访问的远程服务器上搭建 L2。
* 我们将“L2”和“Rollup”这两个术语视为可互换使用。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rome.builders/zh/legacy/rome-l2-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
