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

~/writing/tags

#postgres

1 post

Systems debugging
February 3, 2024 6 min

Indexing an on-chain token ledger in Rust

A blockchain hands you an append-only log of transfers in three shapes, behind a rate-limited RPC that 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

Writing GitHub RSS Email
esc

    Keyboard shortcuts

    • Open the command palette ⌘K / Ctrl K
    • Show this help ?
    • Go home g then h
    • Go to writing g then w
    • Close any dialog Esc

    Press ? anytime to see this.