Guides & articles

Longer reads that pair with the glossary. Written for developers new to Solana, not beginners new to programming.

Structured abstract shapes

Accounts vs. programs: a Solana mental model

Why storing state in accounts changes upgrades, rent, and ownership compared to contract storage elsewhere.

Read article →
Developer desk with dual monitors

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 →
Wallet and notebook on a desk

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 →
Server room corridor representing network infrastructure

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 →