Learning objectives
- Contrast account-centric storage with contract-centric models and see why Solana schedules across accounts in parallel.
- Explain rent-exemption intuition and where account metadata lives in your clone (
runtime, accounts-db surfaces).
- Use the glossary for shared terms (e.g. state, quorum) without duplicating Hyperscale-only flows.
Reading scaffold
Replace this section with anchors into your local tree—e.g. account loaders, rent checks, read/write locks on accounts. Cross-link next: BPF loaders & syscall boundary.
← Back to Solana Core