Vigyata.AI
Is this your channel?

How To Get Free Sol For Devnet (Solana Development Environment) Via faucet.solana.com or commandline

671 views· 4 likes· 2:05· Oct 25, 2025

🛍️ Products Mentioned (1)

Learn how to get free SOL on Solana devnet using the web faucet and the command line. This step by step guide shows faucet.solana.com, the Solana CLI airdrop command, how to verify your balance, and common troubleshooting tips like rate limits and RPC errors. Perfect for Anchor, program testing, and wallet-adapter demos. What you will learn: How devnet works and why SOL is free there How to request SOL from faucet.solana.com How to request SOL from the terminal with Solana CLI How to confirm your airdrop and fix common errors Tips for Anchor projects, PDAs, and test wallets Method 1. Web faucet in 30 seconds Open faucet.solana.com Paste your devnet wallet address Choose an amount and request Wait for the success message, then check your wallet balance Method 2. Command line with Solana CLI Prereqs: Solana CLI installed and a keypair. # point your CLI to devnet solana config set --url https://api.devnet.solana.com # show your public key solana address # request 1 SOL (change amount as needed) solana airdrop 1 YOUR_PUBLIC_KEY # verify solana balance Anchor tip # after anchor build, still make sure your CLI uses devnet solana config get # if needed: solana config set --url https://api.devnet.solana.com How to verify you are truly on devnet solana config get # endpoint should be .../devnet solana cluster-version # returns devnet version solana balance # reflects the airdrop Troubleshooting Rate limited or faucet busy: try a smaller amount or wait a few minutes and retry. Airdrop failed: confirm you are on devnet, not mainnet. RPC timeouts: switch to another devnet RPC temporarily, then retry the airdrop. Program testing: remember state and balances are separate per cluster; use a devnet-only wallet to avoid confusion. Search keywords to help you find this later: get free sol on devnet, solana devnet faucet, solana airdrop command, faucet solana com, anchor devnet setup, wallet adapter devnet, solana cli airdrop, how to test solana program, solana development environment. Watch the Solana playlist for project setup, Anchor build and deploy, Cargo.toml workspace tips, and creating devnet liquidity pools. Subscribe to follow each new part and get the checklists. #solana #devnet #airdrop #faucet #anchor #rust #web3 #programs #walletadapter #blockchaindevelopment

About This Video

In this video I quickly show you how to get free SOL for Solana devnet so you can actually build and test without spending real money. Devnet is your development environment (not production), but you still need SOL to pay gas fees for things like deploying programs, running transactions, and redeploying when you iterate. I start by checking how much SOL I already have using a balance command pointed at devnet, because if your balance is zero (or just too low), you’ll hit friction fast when you try to upload and test. Then I walk through two ways to get SOL: the command line airdrop and the web faucet. On the CLI side, you request an airdrop (like 1 or 2 SOL) and then verify your balance again. If you see “airdrop request failed,” that’s usually just rate limiting—super common. When that happens, I switch to faucet.solana.com, paste my devnet wallet address, choose an amount, and confirm. Just keep in mind the faucet enforces limits (like two airdrops in 8 hours), so if you’ve already requested recently you may need to wait. Once it lands, you’ll have enough devnet SOL to deploy and keep moving.

Frequently Asked Questions

🎬 More from Start & Grow Your Business