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

# SDKs

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

## 官方 SDK

<CardGroup cols={2}>
  <Card title="TypeScript SDK" icon="js" href="https://github.com/InjectiveLabs/injective-ts">
    功能最完整的 Injective SDK，支持钱包连接、交易、查询和数据流
  </Card>

  <Card title="Python SDK" icon="python" href="https://github.com/InjectiveLabs/sdk-python">
    用于交易机器人、数据分析和后端集成的 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>
