> ## Documentation Index
> Fetch the complete documentation index at: https://injectivelabs-mintlify-25e241d4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SDK

> 用于在 Injective 网络上进行开发的官方 SDK 和客户端库。

## 官方 SDK

<CardGroup cols={2}>
  <Card title="TypeScript SDK" icon="js" href="https://docs.ts.injective.network">
    与 Injective 交互功能最全面的 SDK。支持钱包连接、交易、查询和数据流。
  </Card>

  <Card title="Python SDK" icon="python" href="https://github.com/InjectiveLabs/sdk-python">
    适用于交易机器人、数据分析以及与 Injective 后端集成的 Python 客户端。
  </Card>

  <Card title="Go SDK" icon="golang" href="https://github.com/InjectiveLabs/sdk-go">
    用于构建高性能服务和基础设施工具的 Go 客户端。
  </Card>

  <Card title="CosmWasm SDK" icon="rust" href="https://github.com/InjectiveLabs/cw-injective">
    用于在 Injective 上构建 CosmWasm 智能合约并与之交互的 Rust 库。
  </Card>

  <Card title="Injective Rust" icon="rust" href="https://github.com/InjectiveLabs/injective-rust">
    Injective 协议的底层 Rust 绑定。
  </Card>

  <Card title="Substreams" icon="database" href="https://docs.substreams.dev/documentation/how-to-guides/injective">
    使用 Substreams 流式传输并索引 Injective 区块链数据。
  </Card>
</CardGroup>
