Ir al contenido principal

Solana Guides

149 guides
Cadena: Todas
Idioma: Todos
Tecnología: Todas
Product: All
Use Case: All
Nivel: Todos

How to Build Recurring Payments on Solana with the Subscriptions Program

Build recurring USDC payments on Solana with the Subscriptions program. Publish a plan, collect each billing cycle, gate access, and stream onchain events.

Created July 8, 2026Intermediate
SolanaPaymentsSolana KitSPL TokenStreamsSubscriptionsSVMTypeScript

How to Swap Tokens With the Titan Meta-Aggregation API on Solana

Build a Solana token swap UI with the Titan Meta-Aggregation API on Quicknode, covering price quotes, a multi-provider swap race, composable instructions, and execution.

Created June 29, 2026Intermediate
SolanadAppsDeFiQuicknode ProductSolana KitSPL TokensSVMSwapTitanTypeScript

How to Create a Custom Vanity Wallet Address on Solana

Learn to grind a custom Solana vanity wallet address with the native solana-keygen grind command and with the GPU-accelerated vanity tool.

Created June 15, 2026PrincipianteVídeo
SolanaSolana CLISVMVanityWallets

How to Use the Solana Memo Program

Learn how to attach onchain notes to your transactions using the Pinocchio-based Solana Memo program and Solana Kit.

Created June 11, 2026Beginner
SolanaPinocchioSolana KitSVMTransactionsTypeScript

How to Research Solana Token Trades with the Tokens API

Use the Tokens.xyz Assets API to find every onchain variant of a Solana asset, compare liquidity and risk, and time entries with live trade data.

Created June 4, 2026Intermediate
SolanaAPIDeFiDEXNode.jsSPL TokensSVMTradingTypeScript

How to Generate Onchain Random Numbers on Solana with Switchboard VRF

Build a Solana Anchor program with Switchboard Randomness On-Demand to produce verifiable, tamper-proof onchain random numbers via a commit-reveal flow.

Created May 21, 2026Intermediate
SolanaAnchorRustSVMSwitchboardTypeScriptVRF

Build a Real-Time SOL Perps Dashboard with the Phoenix API

Build a live SOL perpetual futures dashboard on Solana using the Phoenix REST and WebSocket API market stats, orderbook, candles, trades, and funding.

Created May 18, 2026Intermediate
SolanaDeFiPerpsPhoenixReactTypeScriptWebSocket

Solana gRPC and Vixen: Monitor Real-Time Jupiter Limit Orders in Rust

Learn how to build a real-time Jupiter Limit Order monitor in Rust using Solana gRPC (Yellowstone-compatible Geyser gRPC) and Vixen's IDL-based parser codegen on Quicknode.

Created April 9, 2026Intermediate
SolanaCodamaDeFiGeysergRPCJupiterMarketplaceRustSVMVixen

How to Access Quicknode Solana RPC Using x402 Payments with @quicknode/x402-solana

Access Solana RPC with no API key using @quicknode/x402-solana. Pay per request with USDC via the x402 protocol through Quicknode.

Created March 26, 2026Beginner
SolanaAgentsAIMicropaymentsPaymentsQuicknodeRPCSolana KitSVMTypeScriptx402

How to Fuzz Test Programs with Trident

Learn how to use Trident to fuzz test Solana Anchor programs, catch missing constraint vulnerabilities, and monitor results with a real-time metrics dashboard.

Created March 17, 2026Intermediate
SolanaAnchorFuzzingLocal DevelopmentRustSecuritySVMTrident