---
title: Solana SDKs
description:
  SDKs for building on Solana - TypeScript, Rust, Python, Java, Go, and game
  engines.
hideTableOfContents: true
---

<Cards>
  <Card title="TypeScript" href="/docs/clients/official/javascript">
    @solana/kit, @solana/client, and React hooks - plus the legacy
    @solana/web3.js.
  </Card>
  <Card title="Rust" href="/docs/clients/official/rust">
    The solana_sdk crates for clients and onchain programs.
  </Card>
  <Card title="Python" href="/docs/clients/community/python">
    solana-py and solders for building and sending transactions from Python.
  </Card>
  <Card title="Java" href="/docs/clients/community/java">
    sava, solanaj, and solana4j.
  </Card>
  <Card title="Go" href="/docs/clients/community/go">
    solana-go for Go clients and services.
  </Card>
  <Card title="Game SDKs" href="/docs/clients/community/game-sdks">
    Unity, Godot, Unreal, and other game engine integrations.
  </Card>
</Cards>
