Resources
Code, curricula, and sources you can inspect yourself.
This page connects the writing and teaching material to runnable examples and the implementations behind the explanation. Public resources appear here when they are ready to be useful.
Runnable companions
Code connected to the writing.
The blog companion is public and organized article by article. Course solutions remain separate from student material and are not published here.
Course maps
Read the curricula.
The website gives a readable overview. These working documents contain the complete week-by-week direction.
Source reading
Implementations behind the explanations.
These are upstream projects, not 0xByteBeetle repositories. They are included because several articles trace their behavior directly.
Agave
Solana's validator implementation and the source behind runtime, transaction, fee, and compute-budget explanations.
GitHub ↗Token-2022
The program and client implementations used while studying transfer hooks, confidential transfers, metadata, and extensions.
GitHub ↗SPL Token
The canonical token program source used to follow account layouts and token processing behavior.
GitHub ↗Borsh
The serialization implementation referenced by the Borsh deep dive.
GitHub ↗Metaplex Token Metadata
The program source used when explaining metadata accounts, derivation, and ownership.
GitHub ↗