> ## Documentation Index
> Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 解析流指南 - Helius 文档

> 逐步解析流指南：跟踪 Jupiter 交换、跟踪 Pump.fun 代币铸造以及处理重连和错误。

逐步教程，使用[解析流](/docs/zh/parsed-streams)流式传输可读的 Solana 数据。每个指南都包含可运行的代码示例。在[指南标签](/docs/zh/guides/overview)中浏览所有指南。

<CardGroup cols={2}>
  <Card title="跟踪 Jupiter 交换" icon="arrow-right-arrow-left" href="/docs/zh/parsed-streams/guides/track-jupiter-swaps">
    使用程序发现构建和订阅真实交换过滤器
  </Card>

  <Card title="跟踪 Pump.fun 铸造" icon="rocket" href="/docs/zh/parsed-streams/guides/track-pumpfun-mints">
    一个支持重连的监听器，记录每个新的 Pump.fun 代币部署
  </Card>

  <Card title="处理重连" icon="rotate" href="/docs/zh/parsed-streams/guides/handling-reconnects">
    检测断开，后退，重新订阅，并填补空槽
  </Card>
</CardGroup>
