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.
如何在 Solana 上使用 Titan Meta-Aggregation API 進行代幣兌換
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.
如何在 Solana 上建立自訂的個人化錢包地址
學習如何使用原生的 solana-keygen grind 指令,以及 GPU 加速的自訂地址工具,來生成自訂的 Solana 自訂錢包地址。
如何使用 Solana Memo 計畫
了解如何使用基於 Pinocchio 的 Solana Memo 程式和 Solana Kit,將鏈上備註附加至您的交易中。
如何使用 Tokens API 研究 Solana 代幣交易
使用 Tokens.xyz Assets API 來查找某項 Solana 資產的所有鏈上變體、比較流動性與風險,並透過即時交易數據來掌握進場時機。
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.
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.
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.
如何透過 @quicknode/x402-solana 並使用 x402 支付功能存取 Quicknode Solana RPC
使用 @quicknode/x402-solana,無需 API 金鑰即可存取 Solana RPC。透過 Quicknode 採用 x402 協定,以 USDC 按每次請求計費。
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.