Guides & articles
Longer reads that pair with the glossary. Written for developers new to Solana, not beginners new to programming.
Accounts vs. programs: a Solana mental model
Why storing state in accounts changes upgrades, rent, and ownership compared to contract storage elsewhere.
Read article →Picking a local dev stack before day one
Anchor vs. native Rust, test runners, and when to prefer solana-test-validator over devnet.
Read article →Dev wallets without losing your deposit key
Separating faucet keys from deploy keys, file permissions, and a simple rotation habit for local work.
Read article →Reading explorer data your tests already assert
Map transaction logs and account changes on Solana Explorer back to the assertions in your Anchor tests.
Read article →