Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.privy.io/llms.txt

Use this file to discover all available pages before exploring further.

In a backend Ruby environment, you can use the 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
gem "privy_ruby", github: "privy-io/ruby-sdk", branch: "main"
Then install it via Bundler:
bundle install
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.