Prerequisites
Before you begin:- Get your Privy app ID and app secret from the Privy Dashboard
- Rust 1.88 or later
- A
tokioasync runtime
Instantiating the PrivyClient
Import the PrivyClient struct and create an instance by passing your Privy app ID and app secret as parameters.
client PrivyClient is now your entry point to manage Privy from your server. With the PrivyClient you can interact with wallets with methods for creating wallets, signing and sending transactions. You can also manage users with methods for getting a user object, verifying an auth token, and importing new users.

