Skill — Copyable reference implementation. Use as-is or customize. See Skills Philosophy.
Why Build Your Own Indexer?
Third-party indexers (The Graph, Dune, etc.) are great but come with trade-offs:- Latency — Indexing delay before data is available
- Cost — Query costs at scale
- Dependencies — Service outages affect your app
- Limitations — May not support your specific queries
- Instant access — Query your own database
- Full control — Custom schemas, any query pattern
- No dependencies — Works offline, no API limits
- Cost effective — One-time sync, unlimited queries
Planned Implementation
Basic Indexer
Incremental Sync
Custom Event Handlers
Query API
Storage Backends
Use Cases
Token Transfer History
DEX Analytics
NFT Ownership Tracking
Related
- event-listening — Real-time event watching
- websocket-provider — Push-based updates
- multicall — Batch contract reads

