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