> For the complete documentation index, see [llms.txt](https://docs.rome.builders/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rome.builders/zh/readme.md).

# 入门

Rome Protocol 是一个原生运行于 Solana 运行时中的 EVM 执行环境。可在 Solana 上部署 Solidity 智能合约，并通过原子级 CPI 访问 Solana 程序和流动性。

## Rome 有何不同

* **单一状态** — EVM 合约和 Solana 程序共享同一状态。无需跨链桥，无需同步延迟。
* **CPI 访问** — Solidity 合约可直接调用任意 Solana 程序，从 SPL Token 到 Meteora。
* **标准工具链** — 使用 Hardhat 或 Foundry 部署。与 MetaMask 交互。编写 Solidity。
* **应用主权** — 每个应用都拥有自己的 EVM 链，并配有自定义 gas 代币和手续费收入。

## 面向开发者

* [什么是 Rome？](/zh/ru-men/what-is-rome.md) — EVM 执行如何在 Solana 上运行
* [快速入门](/zh/ru-men/quickstart.md) — 在 5 分钟内部署你的第一个合约
* [部署 Solidity](/zh/kai-fa-zhe-zhi-nan/deploy-solidity.md) — Hardhat 和 Foundry 部署指南
* [从 EVM 调用 Solana](/zh/kai-fa-zhe-zhi-nan/call-solana-from-evm.md) — 从 Solidity 到 Solana 程序的 CPI
* [Rome SDK](/zh/chan-pin/rome-sdk.md) — 使用 Solidity 和 Rust 基于 Rome 构建

## Rome 上的应用

Rome 是实时运行的软件。查看今天正在运行的内容——DEX、借贷、桥、浏览器等——在 [Rome 上的应用](/zh/rome-shang-de-ying-yong/apps.md).

## 产品

* [应用主权](/zh/chan-pin/app-sovereignty.md) — 在 Solana 上启动你自己的 EVM 链
* [Oracle Gateway](/zh/chan-pin/oracle-gateway.md) — 将 Pyth/Switchboard 作为 Chainlink AggregatorV3Interface
* [Rome SDK](/zh/chan-pin/rome-sdk.md) — 使用 Solidity 和 Rust 基于 Rome 构建

## 核心概念

* [架构](/zh/ru-men/architecture.md) — 系统概览和组件图
* [执行模型](/zh/he-xin-gai-nian/execution-model.md) — 原子执行与迭代执行
* [代币互操作](/zh/he-xin-gai-nian/token-interop.md) — ERC-20 和 SPL 代币如何协同工作
* [约束](/zh/he-xin-gai-nian/constraints.md) — 重要限制和边界

## 参考

* [合约地址](/zh/can-kao-wen-dang/contract-addresses.md) — 各链已部署地址
* [术语表](/zh/zi-yuan/glossary.md) — Rome 专用术语
* [常见问题](/zh/zi-yuan/faq.md) — 常见问题解答

## 网络

基于以下网络构建 **Martius** （测试网）或 **Hadrian** （开发网）。完整详情、钱包设置和资金获取请见 [网络](/zh/wang-luo/networks.md) 页面。

| 网络                                       | 链 ID   | RPC URL                                     |
| ---------------------------------------- | ------ | ------------------------------------------- |
| [Martius](/zh/wang-luo/martius.md) （测试网） | 121214 | `https://martius.testnet.romeprotocol.xyz/` |
| [Hadrian](/zh/wang-luo/hadrian.md) （开发网） | 200010 | `https://hadrian.testnet.romeprotocol.xyz/` |
| 本地                                       | 1001   | `http://localhost:9090`                     |

## 需要帮助？

* [Discord](https://discord.gg/vZ9rnCdNSB) — 开发者社区与支持
* [Telegram](https://t.me/+tdnr-M6kcngxYzhk) — 更新与公告
* [GitHub](https://github.com/rome-protocol) — 源代码与问题反馈


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rome.builders/zh/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
