> ## Documentation Index
> Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# SDK

> Helius Privacy를 위한 클라이언트 SDK입니다.

### 클라이언트 SDK

<CardGroup cols={2}>
  <Card title="@heliuslabs/zolana" icon="js" href="https://www.npmjs.com/package/@heliuslabs/zolana">
    비공개 잔액, 전송 및 인출을 위한 TypeScript 클라이언트입니다.
  </Card>

  <Card title="zolana-client" icon="rust" href="https://github.com/helius-labs/zolana/tree/main/sdk-libs/client">
    비공개 잔액, 전송 및 인출을 위한 Rust 클라이언트입니다.
  </Card>
</CardGroup>

<Tabs>
  <Tab title="TypeScript">
    ```bash theme={"system"}
    pnpm add @heliuslabs/zolana @solana/kit
    ```

    Source: [sdk-libs/ts](https://github.com/helius-labs/zolana/tree/main/sdk-libs/ts)
  </Tab>

  <Tab title="Rust">
    ```toml Cargo.toml theme={"system"}
    [dependencies]
    zolana-client = { git = "https://github.com/helius-labs/zolana", tag = "v0.1.0-alpha", features = ["indexer-api", "solana-rpc"] }
    zolana-interface = { git = "https://github.com/helius-labs/zolana", tag = "v0.1.0-alpha", features = ["solana"] }
    zolana-keypair = { git = "https://github.com/helius-labs/zolana", tag = "v0.1.0-alpha" }
    zolana-transaction = { git = "https://github.com/helius-labs/zolana", tag = "v0.1.0-alpha" }
    ```

    Source: [sdk-libs/client](https://github.com/helius-labs/zolana/tree/v0.1.0-alpha/sdk-libs/client)
  </Tab>
</Tabs>

## 관련 가이드

<CardGroup cols={2}>
  <Card title="엔드포인트" icon="plug" href="/docs/ko/privacy/endpoints" horizontal />

  <Card title="주소" icon="map-pin" href="/docs/ko/privacy/addresses" horizontal />
</CardGroup>

## Didn't find what you were looking for?

<Callout type="info">
  Reach out! [Telegram](https://t.me/tilo_light) | [E-Mail](mailto:sales@helius.xyz) | [Contact](https://www.helius.dev/contact)
</Callout>
