-
Notifications
You must be signed in to change notification settings - Fork 0
Test Validator
Andrei Montchik edited this page Apr 15, 2026
·
1 revision
- Install Rust and Solana CLI
-
Setup Localnet Cluster
- Create new wallet for Localnet:
solana-keygen new --outfile ~/.config/solana/wallet.localnet.json - Configure Solana CLI to work with Localnet cluster:
solana config set --url localhost - Set the new wallet default for Solana CLI:
solana config set -k ~/.config/solana/wallet.localnet.json - Confirm the configuration change:
solana config get
- Create new wallet for Localnet:
cd ~/work-
export RUST_LOG=solana=warn,solana_core=warn,solana_runtime=warn,solana_runtime::message_processor=debug,solana_streamer=warn,solana_poh=warn,solana_gossip=warn,plugin=debug,common=info; solana-test-validator --geyser-plugin-config <PLUGIN_CONFIG_FILE>