Understand how Solana works under the hood and interact via CLI
Master Solana's core architecture and command-line interactions
Setting up Solana CLI, configuring clusters, managing keypairs, and understanding the development workflow
Hands-on practice creating accounts, transferring lamports, understanding rent and account data structures
Instruction format, signers, recent blockhash, and transaction lifecycle from creation to confirmation
Build CLI tools to interact with existing Solana programs, inspect account data, and analyze transactions (non-Anchor approach)
Discover and document how existing devnet programs work by analyzing their transactions and account structures