← all notes
Solana from zero
What Solana is and how to interact with it — chapter by chapter, in the order I learned it.
Chapters build on each other — read them in order.
- 01 Introduction: what Solana is and how it works
- 02 Talking to the network: tooling and your first wallet
- 03 Core concepts: accounts, programs, transactions — the pillars of Solana
- 04 HTTP RPC in practice: poking the network yourself
- 05 WebSocket subscriptions: let the network tell you what happened