Passer au contenu principal

SVM Guides

139 guides
Chaîne : Toutes
Langue : Toutes
Technologie : Toutes
Produit : Tous
Cas d'utilisation : Tous
Niveau : Tous

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 TokenStreamsSubscriptionsTypeScript

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 TokensSwapTitanTypeScript

Comment créer une adresse de portefeuille personnalisée sur Solana

Apprenez à générer une adresse de portefeuille « vanity » Solana personnalisée à l'aide de la commande native « solana-keygen grind » et de l'outil « vanity » accéléré par GPU.

Created June 15, 2026BeginnerVidéo
SolanaSolana CLIVanityWallets

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 KitTransactionsTypeScript

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 TokensTradingTypeScript

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
SolanaAnchorRustSwitchboardTypeScriptVRF

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
SolanaCodamaDeFiGeysergRPCJupiterMarketplaceRustVixen

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 KitTypeScriptx402

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 DevelopmentRustSecurityTrident

Build a Solana Kit Plugin for Quicknode Priority Fees API

Build a Solana Kit plugin that fetches priority fee estimates from Quicknode and wires them directly into your transaction pipeline.

Created February 25, 2026Intermediate
SolanaMarketplace Add-onQuicknode ProductSolana KitSolana Priority Fee APITransactionsTypeScript