privy-rs
crate to authorize requests and manage your application from your server. This library includes helpful utilities around verifying access tokens issued by Privy and interacting with Privy’s API to query and import users, create wallets, manage invite lists, and more.
Add the Privy Rust SDK to your Cargo.toml
:
Cargo.toml
cargo add
:
The Privy Rust SDK requires Rust 1.88 or later and uses
tokio
/ reqwest
as its async runtime
and HTTP client.