Stage 1 — Foundations (2–3 weeks)
Goal: Account model, PDA, CPI — counter → PDA → CPI in one sitting
| # | Resource | Why this one |
|---|---|---|
| 3 | solana.com/docs/intro/quick-start— solana.com | Browser-based Playground, zero install friction. Counter → PDA → CPI. |
| 4 | solana-bootcamp-2026— github.com | Single best resource: 11 real projects across stages. |
| 5 | anchor-lang.com/docs/quickstart— anchor-lang.com | anchor init → build → test → deploy devnet |
| 6 | program-examples— github.com | Canonical patterns, mostly Anchor with some native Rust. |
Foundations is where the account model clicks. The videos from bri’s Core Concepts playlist are built around the account failures most beginners hit.