How to Fuzz Test Solana Programs with Crucible
Fuzz test Solana programs with Crucible, the coverage-guided invariant fuzzer from Asymmetric Research. Write a harness, find a sequence bug, verify the fix.
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.
Solana gRPC and Shipstern: 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 Shipstern's (formerly Vixen) IDL-based parser codegen on Quicknode.
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.
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.
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.
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.
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.
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.
Monitor Solana Programs with Solana gRPC (Rust)
This guide will teach you how to use Solana gRPC (Yellowstone-compatible Geyser gRPC) with Rust to monitor Solana programs.