> ## 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>
