# Story 网络指南

{% hint style="info" %}
**Story仍在测试网阶段！**

请注意，Story网络 (专门构建的Layer 1区块链) 仍在测试网阶段，这意味着在过程中，网络可能会发生变化或中断。

[**Odyssey**](broken://pages/eI9uI4ThjtU9C40qF8Lj)**是当前正在使用的测试网。**[**Iliad**](broken://pages/qEA7GFM7u56UQSmvghwg)**是旧的测试网，很快就会停用。**
{% endhint %}

### 网络概述

Story网络是一个专门构建的Layer 1区块链，结合了EVM和[Cosmos SDK](https://docs.cosmos.network/)的最佳性能。它100%兼容EVM，同时深度优化执行层以支持graphs数据结构，专用于快速、经济、高效地处理IP等复杂数据结构。它通过以下方式实现此目标：

* 使用预编译技术原语，能在几秒内，以极低成本处理复杂的IP graphs等数据结构。
* 基于成熟的[CometBFT](https://docs.cometbft.com/v0.38/)共识层，实现快速最终性 ([finality](https://ethereum.org/zh/roadmap/single-slot-finality/#what-is-finality)) 和低廉的交易成本。
* 采用模块化架构设计，通过以太坊Engine-API将共识与执行分离。

### 相关资源

#### RPC资源

<table><thead><tr><th width="115">网络</th><th width="136">提供方</th><th width="399">RPC链接</th><th>是否官方</th></tr></thead><tbody><tr><td>Odyssey</td><td>Story</td><td>https://rpc.odyssey.storyrpc.io/</td><td>✅</td></tr><tr><td>Iliad</td><td>Story</td><td>https://testnet.storyrpc.io/</td><td>✅</td></tr><tr><td>Iliad</td><td>QuickNode</td><td>https://lingering-frequent-dew.story-testnet.quiknode.pro/</td><td></td></tr><tr><td>Iliad</td><td>NodeFleet</td><td>https://story-testnet.us.nodefleet.net</td><td></td></tr><tr><td>Iliad</td><td>Aura Network</td><td>https://story-testnet.aura.network</td><td></td></tr></tbody></table>

#### 区块浏览器

<table><thead><tr><th width="117">网络</th><th width="536">浏览器链接</th><th>是否官方</th></tr></thead><tbody><tr><td>Odyssey</td><td><a href="https://odyssey.storyscan.xyz/">Story Odyssey Block Explorer</a></td><td>✅</td></tr><tr><td>Odyssey</td><td><a href="https://odyssey.story.explorers.guru/">Nodes.Guru Explorer</a></td><td></td></tr><tr><td>Odyssey</td><td><a href="https://www.okx.com/web3/explorer/story-odyssey">OKX Explorer</a></td><td></td></tr><tr><td>Odyssey</td><td><a href="https://story.aurascan.io/">Story Scan by Aura Network</a></td><td></td></tr><tr><td>Iliad</td><td><a href="https://testnet.storyscan.xyz/">Story Iliad Block Explorer</a></td><td>✅</td></tr><tr><td>Iliad</td><td><a href="https://testnet.story.explorers.guru/">Nodes.Guru Explorer</a></td><td></td></tr><tr><td>Iliad</td><td><a href="https://story-testnet.socialscan.io/">Social Scan Explorer</a></td><td></td></tr></tbody></table>

#### IP资源浏览器

专用于查询IP相关交易的浏览器，如注册IP资产、授权许可、附加许可条款等。

<table><thead><tr><th width="124">网络</th><th>浏览器链接</th></tr></thead><tbody><tr><td>Odyssey</td><td><a href="https://odyssey.explorer.story.foundation/">Story Odyssey Explorer </a></td></tr><tr><td>Iliad</td><td><a href="https://iliad.explorer.story.foundation/">Story Iliad Explorer </a></td></tr></tbody></table>

#### 测试代币水龙头

| 网络      | 水龙头链接                                                          | 单次数额限制       | 时间间隔限制 |
| ------- | -------------------------------------------------------------- | ------------ | ------ |
| Odyssey | [Story Faucet](https://odyssey.faucet.story.foundation/)       | 单次获得 1 $IP   | 每日一次   |
| Odyssey | [Quicknode Faucet](https://faucet.quicknode.com/story/odyssey) | 单次获得 1-2 $IP | 每日一次   |
| Iliad   | [Story Faucet](https://iliad.faucet.story.foundation/)         | 单次获得 1 $IP   | 每日一次   |

#### $IP代币质押

| 网络      | 质押仪表盘                                                 |
| ------- | ----------------------------------------------------- |
| Odyssey | [Story Validators](https://staking.story.foundation/) |

#### 端口

以下端口可用于`geth`和`story`客户端：

**Geth:**

* RPC: 8545
* WS: 8546
* P2P: 30303

**Metrics:**

* Prometheus: 9100
* Geth: 6060
* Story (Iliad): 26660

### 基础设施提供商

#### 跨链

* [LayerZero](https://docs.layerzero.network/v2/developers/evm/technical-reference/deployed-contracts#odyssey-testnet)

#### 链上数据索引

* [Simplehash](https://simplehash.com/)
* [Goldsky](https://goldsky.com/)
* [Zettablock](https://zettablock.com/)

#### 预言机/自动化

* [Gelato](https://www.gelato.network/)

#### 工具

* [Protofire](https://protofire.io/)

#### 钱包/账户抽象

* [Dynamic](https://www.dynamic.xyz/)
* [Pimlico](https://www.pimlico.io/)
* [ZeroDev](https://zerodev.app/)

### 更多章节

* [钱包设置](/story-docs/network/guide/wallet-setup.md)
* [节点设置](/story-docs/network/guide/node-setup.md)
* [验证者操作](/story-docs/network/guide/validator-operations.md)
* [代币经济学和质押](/story-docs/network/guide/tokenomics-staking.md)


---

# 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://www.docszh.com/story-docs/network/guide.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.
