> 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/wang-luo/networks.md).

# 概览

Rome 运行着多个公链。今天主要需要对接的是两条： **Martius** （测试网）和 **Hadrian** （开发网）。两者都是在 Solana 程序内执行、并在 Solana Devnet 上结算的 EVM 链，因此 devnet SOL 不是真实资金。

| 网络                                       | 链 ID   | RPC                                         | 区块浏览器                                                        | Gas 代币 |
| ---------------------------------------- | ------ | ------------------------------------------- | ------------------------------------------------------------ | ------ |
| [Martius](/zh/wang-luo/martius.md) （测试网） | 121214 | `https://martius.testnet.romeprotocol.xyz/` | [via-martius](https://via-martius.testnet.romeprotocol.xyz/) | USDC   |
| [Hadrian](/zh/wang-luo/hadrian.md) （开发网） | 200010 | `https://hadrian.testnet.romeprotocol.xyz/` | [via-hadrian](https://via-hadrian.testnet.romeprotocol.xyz/) | USDC   |
| 本地                                       | 1001   | `http://localhost:9090`                     | —                                                            | —      |

链元数据——链 ID、合约地址、代币铸造地址、Gas 池——的权威来源是 [Rome 注册表](https://github.com/rome-protocol/rome-registry)。不要硬编码地址；请从那里读取。

## 将网络添加到你的钱包

每个网络页面都列出了手动配置 MetaMask 所需的值。WebSocket 订阅服务与 HTTPS RPC 运行在同一主机上（将 `https://` 替换为 `wss://`).

## 为钱包充值

Rome 的公链在 Solana Devnet 上结算。请先从 [Solana 水龙头](https://faucet.solana.com/)获取 devnet SOL，然后通过 [Rome 应用](https://app.testnet.romeprotocol.xyz) （包装/跨链桥）。关于桥支持的各链测试代币，请参见 [水龙头](/zh/zi-yuan/faucets.md).

## 本地开发

现在就开始针对公链进行开发——请参见 [快速入门](/zh/kuai-su-ru-men/quickstart.md)。一个自包含的本地栈（链 ID 1001，Proxy 位于 `:9090`）已列入路线图。


---

# 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/wang-luo/networks.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.
