What you will learn
- The core blockchain primitives used by application developers.
- How accounts, transactions, and program execution differ on Solana.
- Why throughput, fees, and parallel execution matter for product design.
Build checklist
- Define the state model for your first app in plain language.
- Identify what data should be on-chain vs off-chain.
- Write down one performance and one security assumption to validate later.
Is this page helpful?