Stage 0 — Setup (2–3 days)
Goal: One-command install, wallet, airdrop, read Core Concepts
| # | Resource | Why this one |
|---|---|---|
| 1 | solana.com/docs/intro/installation— solana.com | One-command installer: Rust, Agave CLI, Anchor 1.1.2, Surfpool 1.4.0, Node 24.10.0 |
| 2 | solana.com/docs — Core Concepts— solana.com | Account model, PDA, CPI, rent. Read before writing Rust. |
Install via the single command, verify versions, create wallet and airdrop devnet. Do not hand-install pieces.
curl --proto '=https' --tlsv1.2 -sSfL https://solana-install.solana.workers.dev | bash
rustc --version && solana --version && anchor --version && surfpool --version
solana-keygen new && solana config set --url devnet && solana airdrop 5