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