In a backend Ruby environment, you can use theDocumentation Index
Fetch the complete documentation index at: https://docs.privy.io/llms.txt
Use this file to discover all available pages before exploring further.
privy_ruby gem
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 create users, create wallets, send assets, and more.
Add the Privy Ruby SDK to your application’s Gemfile:
Gemfile
The Privy Ruby SDK requires Ruby 3.2.0 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 Ruby SDK.

