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