---
title: Go SDK
description:
  Learn how to interact with Solana using the Go SDK (gagliardetto/solana-go).
h1: Go SDK for Solana
---

There's a [Go SDK](https://github.com/gagliardetto/solana-go) that supports most
functions to interact with Solana. If you're using Anchor for your Solana
programs, you will be able to use
[anchor-go](https://github.com/gagliardetto/anchor-go) with your idl to produce
a Golang compatible client.

## Installation

```bash title="Terminal"
go get github.com/gagliardetto/solana-go@v1.12.0
```

## More Documentation

Please visit the
[Go SDK documentation](https://github.com/gagliardetto/solana-go?tab=readme-ov-file#installation)
for more information on using this Go SDK with Solana.
