본문으로 건너뛰기
  1. 가이드
  2. /All Tags
  3. /Local Development Guides

Local Development Guides

5 guides
Chain: All
Language: All
Technology: All
Use Case: All
Level: All

Trident를 사용하여 프로그램에 퍼즈 테스트를 수행하는 방법

Trident를 사용하여 Solana 프로그램을 퍼즈 테스트하고, 누락된 제약 조건 취약점을 발견하며, 실시간 메트릭 대시보드를 통해 결과를 모니터링하는 방법을 알아보세요.

Created March 17, 2026Intermediate
SolanaAnchorFuzzingRustSecuritySVMTrident

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
SolanaAnchorLiteSVMRustSolana CLISVM

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.

Created March 17, 2023Intermediate
SolanaJavaScriptSolana CLISolana-web3.jsSVMValidators

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.

Created March 17, 2023Beginner
SolanaJavaScriptSolana CLISolana PlaygroundSolana-web3.jsValidators

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.

Created March 17, 2023Intermediate
SolanaJavaScriptSolana CLISolana-web3.jsSVMValidators