## Context Inline indexer for donation events. Same pattern as plot and storyline indexers. ## Sub-tickets - [ ] **P1-6a**: Implement `POST /api/index/donation` route — fetch receipt, parse Donation event, insert to Supabase donations table. Deduplicate on `(tx_hash, log_index)`. ## Proposal Reference §4.1 (Supabase Schema — donations table), §4.3 (donate function) ## Dependencies P1-3 (ABI definitions), P0-2 (Supabase schema)
Context
Inline indexer for donation events. Same pattern as plot and storyline indexers.
Sub-tickets
POST /api/index/donationroute — fetch receipt, parse Donation event, insert to Supabase donations table. Deduplicate on(tx_hash, log_index).Proposal Reference
§4.1 (Supabase Schema — donations table), §4.3 (donate function)
Dependencies
P1-3 (ABI definitions), P0-2 (Supabase schema)