-
Notifications
You must be signed in to change notification settings - Fork 0
Home
pzupan edited this page Jul 5, 2026
·
1 revision
Worked, end-to-end examples for solana-ruby-kit. For API reference and module-by-module snippets, see the README.
- Quick Start — generate a signer, connect to devnet, build a transaction message
- Create a Wallet — generate a keypair, save it to disk, fund it with a devnet airdrop
- Transfer SOL — send SOL from one wallet to another
- Create an Associated Token Account — create an SPL token account at its deterministic ATA address
- Stake SOL with a Validator — create, fund, and delegate a stake account across two transactions
- Verify a Wallet-Signed Transaction in Rails — verify a transaction a browser wallet (Phantom, Backpack, Solflare, …) signed and returned to your Rails backend
- Build a Transaction for Browser Signing — build an unsigned transaction server-side, hand it to the browser wallet for signing, then verify it on the way back