ponder
Installation
SKILL.md
Ponder Skill
What is Ponder
Ponder is an open-source TypeScript framework that indexes EVM blockchain data into Postgres with type-safe APIs. It replaces subgraphs with 10-15x faster indexing, hot reloading, and zero-codegen type safety.
Architecture flow:
ponder.config.ts (what to index) -> ponder.schema.ts (where to store) -> src/*.ts (how to transform) -> src/api/index.ts (how to query)
Stack: v0.16.x, Drizzle ORM, Hono for HTTP, viem for Ethereum.
Quick Start
Scaffold
pnpm create ponder # also: npm, yarn, bun