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

> Client SDKs for Helius Privacy.

### Client SDKs

<CardGroup cols={2}>
  <Card title="@heliuslabs/zolana" icon="js" href="https://www.npmjs.com/package/@heliuslabs/zolana">
    TypeScript client for private balances, transfers, and withdrawals.
  </Card>

  <Card title="zolana-client" icon="rust" href="https://github.com/helius-labs/zolana/tree/main/sdk-libs/client">
    Rust client for private balances, transfers, and withdrawals.
  </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>

## Related Guides

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

  <Card title="Addresses" icon="map-pin" href="/docs/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>
