
Ethereum JSON-RPC & logs
Understand Ethereum request context, hexadecimal quantities, contract reads, and reproducible event indexing.
Read the guideCRYPTO FIELD NOTES / CATEGORY
Three chains. Different state models.
Read Bitcoin, Ethereum, and Solana observations in their own context. This collection keeps network identity, block or slot context, exact quantities, and application policy visible. Choose the chain you are implementing rather than applying one network’s confirmation vocabulary to another. The common goal is a read-only view that can explain a changed or incomplete observation.
Each guide keeps its publication date, primary-source reference, and topic-specific context. Read the full article before reusing a method or interpreting a metric; the cards summarize the route, not the complete evidence.

Understand Ethereum request context, hexadecimal quantities, contract reads, and reproducible event indexing.
Read the guide
Build a read-only Bitcoin observer that preserves block identity, separates pending activity, and handles changes in chain state.
Read the guide
Read Solana account data with explicit commitment, context slots, pagination, and a clear distinction between native and token balances.
Read the guide