Blogs
Two systems, studied from the inside.
I write connected technical series about the EVM and Solana. Each one starts with a mechanism, follows it into source code and runtime behavior, and keeps the matching examples close enough to run.
EVM
Transactions, calldata, storage, execution, gas, proxies, token standards, RPC behavior, security, and protocol architecture.
Browse EVM writing →16 articlesSolana
Accounts, programs, messages, serialization, PDAs, Token-2022, metadata, zero-copy layouts, and runtime execution.
Browse Solana writing →Recent writing
Continue from either chain.
The two archives stay separate, while the underlying habit is the same: inspect the bytes, run the example, and verify the explanation.
Companion code
Every Substack article has a place in the repository.
The archive maps all 53 posts to checked EVM or Solana examples, with honest notes where a live network or temporarily disabled runtime feature is required.
Open the complete companion repository ↗