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

# 欢迎使用 BlockRush

> BlockRush 是一个专为高性能应用设计的 Solana 交易加速基础设施，具有超低延迟优化。

## 快速开始

几分钟内开始使用 BlockRush。

<Card title="快速入门" icon="rocket" href="/cn/solana/overview/introduction" horizontal>
  了解 BlockRush 的 SWQoS 技术和我们提供的服务。
</Card>

## 核心功能

加速 Solana 交易所需的一切。

<Columns cols={2}>
  <Card title="区域端点" icon="globe" href="/cn/solana/overview/regions">
    连接到我们在纽约、法兰克福和东京的全球端点，获得最佳性能。
  </Card>

  <Card title="授权认证" icon="key" href="/cn/solana/overview/authorization">
    获取您的 API 密钥并了解请求/响应格式。
  </Card>

  <Card title="交易费用和小费" icon="coins" href="/cn/solana/overview/fees">
    了解我们的小费加速机制和优先费用优化。
  </Card>

  <Card title="定价与速率限制" icon="gauge-high" href="/cn/solana/overview/ratelimits">
    选择适合您需求的方案，TPS 从 5 到 100 不等。
  </Card>

  <Card title="Anti-MEV" icon="shield-halved" href="/cn/solana/overview/anti_mev">
    通过一个查询参数启用三明治攻击防护。
  </Card>
</Columns>

## JSON-RPC APIs

针对不同使用场景的灵活交易提交方法。

<Columns cols={2}>
  <Card title="sendTransaction" icon="paper-plane" href="/cn/solana/jsonrpc/sendTransaction">
    使用原生 Solana JSON-RPC 方法提交单笔交易。
  </Card>

  <Card title="submitBatch" icon="layer-group" href="/cn/solana/jsonrpc/submitBatch">
    非原子批量提交，最多 5 笔交易独立处理。
  </Card>

  <Card title="sendBundle" icon="box-archive" href="/cn/solana/jsonrpc/sendBundle">
    原子捆绑提交，具有强一致性保证。
  </Card>

  <Card title="错误处理" icon="triangle-exclamation" href="/cn/solana/jsonrpc/error_handling">
    了解错误代码以及如何在应用中处理它们。
  </Card>
</Columns>

## 开发者 SDK

生产就绪的 SDK，实现无缝集成。

<Columns cols={2}>
  <Card title="SDK 概览" icon="bolt" href="/cn/solana/sdk/overview">
    探索 BlockRush 的 Rust 和 JavaScript/TypeScript SDK。
  </Card>

  <Card title="JavaScript/TypeScript SDK" icon="js" href="/cn/solana/sdk/js/quickstart">
    开始使用适用于 Node.js 和浏览器的 BlockRush JS/TS SDK。
  </Card>

  <Card title="Rust SDK" icon="rust" href="/cn/solana/sdk/rust/quickstart">
    利用 Rust 强大功能的高性能 SDK。
  </Card>

  <Card title="小费交易" icon="hand-holding-dollar" href="/cn/solana/sdk/overview">
    学习如何使用我们的 SDK 构建带小费的交易。
  </Card>
</Columns>

## 其他资源

<Card title="健康检查 API" icon="heart-pulse" href="/cn/solana/api/health" horizontal>
  监控我们 API 端点的健康状态。
</Card>
