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

> SDK ứng dụng khách TypeScript và Rust cho Helius Privacy. Cài đặt các gói zolana để làm việc với số dư riêng tư, giao dịch chuyển và rút tiền trên Solana.

### SDK ứng dụng khách

<CardGroup cols={2}>
  <Card title="@heliuslabs/zolana" icon="js" href="https://www.npmjs.com/package/@heliuslabs/zolana">
    Ứng dụng khách TypeScript dành cho số dư riêng tư, giao dịch chuyển và rút tiền.
  </Card>

  <Card title="zolana-client" icon="rust" href="https://github.com/helius-labs/zolana/tree/main/sdk-libs/client">
    Ứng dụng khách Rust dành cho số dư riêng tư, giao dịch chuyển và rút tiền.
  </Card>
</CardGroup>

<Tabs>
  <Tab title="TypeScript">
    ```bash theme={"system"}
    pnpm add 'git+ssh://git@github.com/helius-labs/zolana.git#v0.3.0-alpha&path:/sdk-libs/ts' @solana/kit@^8.3.0
    ```

    Nguồn: [sdk-libs/ts](https://github.com/helius-labs/zolana/tree/v0.3.0-alpha/sdk-libs/ts)
  </Tab>

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

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

## Hướng dẫn liên quan

<CardGroup cols={2}>
  <Card title="Endpoints" icon="plug" href="/docs/vi/privacy/endpoints" horizontal />

  <Card title="Addresses" icon="map-pin" href="/docs/vi/privacy/addresses" horizontal />
</CardGroup>

## Không tìm thấy nội dung bạn đang tìm kiếm?

<Callout type="info">
  Hãy liên hệ với chúng tôi! [Telegram](https://t.me/tilo_light) | [Email](mailto:sales@helius.xyz) | [Liên hệ](https://www.helius.dev/contact)
</Callout>
