Track Curriculum
Solana Foundations
Understand how Solana works, use the CLI confidently, and build your first clear mental model of accounts and transactions.
7 lessons·Build real comfort with the Solana runtime, the CLI, and the transaction model before moving into Rust or Anchor.
Lessons
All modulesLesson 01Solana FoundationsBuild real comfort with the Solana runtime, the CLI, and the transaction model before moving into Rust or Anchor.Lesson 02Solana Development Environment SetupInstall the Solana CLI, configure devnet, manage keypairs, and verify your local workflow end to end.Lesson 03Accounts and Lamports ExplorationCreate wallets, inspect balances, move SOL on devnet, and understand the account model step by step.Lesson 04Understanding Solana TransactionsLearn what a transaction really is, who signs it, how instructions fit together, and how confirmation works.Lesson 05Understanding Solana ArchitectureLearn how leaders, validators, PoH, Sealevel, and propagation work together when a transaction moves through the network.Lesson 06Program Interaction ToolkitBuild a small toolkit with @solana/kit to inspect accounts, read balances, and send a real transaction.Lesson 07Solana Foundations CapstoneInspect live devnet state, send a transfer, verify the result in Explorer, and explain exactly what changed.