Cursor rule Cursor
Before substantive work, read CLAUDE.md at the repo root. It is the source of truth for architecture and conventions.
Cursor rule Cursor
Before substantive work, read CLAUDE.md at the repo root. It is the source of truth for architecture and conventions.
Cursor rule Cursor
Mirror the closest existing handler in the same domain before inventing a new structure.
Cursor rule Cursor
When adding a new onchain table, add the onchainTable in ponder.schema.ts, then implement the matching EntityService, export it, and wire handlers with multiMapper where applicable.
Cursor rule Cursor
Add public methods on the entity service for logic reused by multiple handlers.
Cursor rule Cursor
Guidelines for speccing on-chain protocol indexing tasks.
Cursor rule Cursor
Run typecheck against mainnet registry workflow.