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.
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.
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.
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.
Tokens API를 사용하여 솔라나 토큰 거래를 조사하는 방법
Tokens.xyz Assets API를 사용하여 Solana 자산의 모든 온체인 변형을 확인하고, 유동성과 위험을 비교하며, 실시간 거래 데이터를 바탕으로 매수·매도 시점을 파악하세요.
Switchboard VRF를 사용하여 Solana에서 온체인 난수를 생성하는 방법
Switchboard의 ‘Randomness On-Demand’ 기능을 활용하여 Solana Anchor 프로그램을 구축하고, 커밋-리빌(commit-reveal) 프로세스를 통해 검증 가능하고 변조가 불가능한 온체인 난수를 생성합니다.
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.
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.