Skip to content
~/dnim.dev
▸Writing▸About
enfr
All writing

~/writing/tags

#indexer

1 post

Systems debugging
February 3, 20247 min

Indexing an on-chain token ledger in Rust

A blockchain hands you an append-only log of transfers in three different shapes, behind a rate-limited RPC that quietly rewrites its own recent history. Folding that into a correct balance ledger is the whole job, and most of the ways to get it wrong don't show up for weeks.

#rust#ethereum#indexer#tokio

dnim.dev · built and broken by JR

WritingGitHubRSS