Skip to main content
In a backend Go environment, you can use the github.com/privy-io/go-sdk library to authorize requests and manage your application from your server. This library enables interacting with Privy’s API to query and create users, create wallets, send assets, and more. Add the Privy Go SDK to your project using go get:
go get github.com/privy-io/go-sdk
The Privy Go SDK requires Go 1.23 or later.

Next steps

Setup

Configure the Privy client with app credentials and authorization context.

Quickstart

Create wallets, sign messages, and send transactions with the Go SDK.