跳至主要內容
  1. 指南
  2. /所有標籤
  3. /Rust Guides

Rust Guides

31 guides
鏈:全部
語言:全部
技術:全部
使用案例:全部
等級:所有

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
SolanaAnchorSVMSwitchboardTypeScriptVRF

Solana gRPC Vixen:使用 Rust 監控 Jupiter 的即時限價單

在Quicknode 上學習如何使用Solana gRPC Yellowstone GeysergRPC)以及 Vixen 基於 IDL 的解析器程式碼生成器,以 Rust 語言建置一個即時 Jupiter 限價單監控工具。

Created April 9, 2026Intermediate
SolanaAdd-onsCodamaDeFiGeysergRPCJupiterSVMVixen

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 DevelopmentSecuritySVMTrident

How to Enable Gasless Transactions on Solana with Kora

Learn how to implement gasless transactions on Solana using Kora to enable users to pay transaction fees with any SPL token.

Created February 3, 2026Advanced
SolanaKoraSVMTypeScript

How to Test Solana Programs with LiteSVM

This guide walks you through testing Anchor programs with LiteSVM, a Rust-based testing tool thats 25X faster than traditional TypeScript Anchor tests.

Created November 26, 2025Beginner
SolanaAnchorLiteSVMLocal DevelopmentSolana CLISVM

How to Build and Deploy a Solana Program Using Pinocchio

In this guide, you’ll build a basic Vault program using Pinocchio to deposit and withdraw SOL to and from a Vault PDA.

Created October 9, 2025Intermediate
SolanaCodamaPinocchioShankSmart ContractsSVM

Jito Bundles: Bundle Solana Transactions with Rust

In this guide, we will explore what Jito Bundles are and how to use the Lil' JIT add-on to create and send them to the Jito Validator client using Rust.

Created May 8, 2025中級影片
SolanaBundlesJitoSolana KitSVMTransactions

Solana gRPC and Carbon: Parse Real-time Solana Program Data

This guide will teach you how to use Solana gRPC (Yellowstone-compatible Geyser gRPC) to monitor Solana programs and Carbon to Parse real-time Pump.fun transaction data.

Created April 30, 2025Intermediate
SolanaAdd-onsCarbonGeysergRPCSVM

使用Solana gRPC Rust)監控Solana

This guide will teach you how to use Solana gRPC (Yellowstone-compatible Geyser gRPC) with Rust to monitor Solana programs.

Created April 23, 2025Intermediate
SolanaAdd-onsGeysergRPCSVM

Solana Development for EVM Developers

This guide is designed for EVM developers who want to explore Solana's ecosystem and understand how its architecture, account model, and execution environment differ from Ethereum. By the end of this guide, you'll have a clear understanding of Solana's core concepts, including stateless programs, account-based storage, parallel transaction execution, and fee markets.

Created March 19, 2025Intermediate
EthereumSolanaEthers.jsEVMSolana-Web3.jsSoliditySVM