Prerequisites
Before getting started:- Obtain a Privy app ID and app secret from the Privy Dashboard
- Install Go 1.23 or later
Instantiating the PrivyClient
Import the go-sdk package and create a new client instance by passing the Privy app ID and
app secret as parameters.
client is the entry point for managing Privy resources from a server. The PrivyClient
provides methods for creating wallets, signing and sending transactions, retrieving user objects,
verifying auth tokens, and querying users.

