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

> Official Injective SDKs and client libraries for building on the network.

## Official SDKs

<CardGroup cols={2}>
  <Card title="TypeScript SDK" icon="js" href="https://docs.ts.injective.network">
    The most comprehensive SDK for interacting with Injective. Supports wallet connections, transactions, querying, and streaming.
  </Card>

  <Card title="Python SDK" icon="python" href="https://github.com/InjectiveLabs/sdk-python">
    Python client for trading bots, data analysis, and backend integrations with Injective.
  </Card>

  <Card title="Go SDK" icon="golang" href="https://github.com/InjectiveLabs/sdk-go">
    Go client for building high-performance services and infrastructure tooling.
  </Card>

  <Card title="CosmWasm SDK" icon="rust" href="https://github.com/InjectiveLabs/cw-injective">
    Rust libraries for building and interacting with CosmWasm smart contracts on Injective.
  </Card>

  <Card title="Injective Rust" icon="rust" href="https://github.com/InjectiveLabs/injective-rust">
    Low-level Rust bindings for the Injective protocol.
  </Card>

  <Card title="Substreams" icon="database" href="https://docs.substreams.dev/documentation/how-to-guides/injective">
    Stream and index Injective blockchain data with Substreams.
  </Card>
</CardGroup>
