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 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 Fork and Deploy Solana Accounts & Programs from Mainnet to Localhost
This guide will walk you through forking accounts and programs from Mainnet to Localhost using Solana CLI.
How to Set Up and Interact with a Local Solana Validator
This guide will walk you through setting up a local Solana validator and how to interact with it including creating a wallet, performing basic transactions, and deploying a program.
Solana Feature Compatibility - How to Achieve Reliable Application Performance Across Clusters
Ensuring that your Solana application performs reliably across different clusters is essential for testing and deployment. This guide explains how to ensure your local testing validator matches the mainnet cluster's current feature set.