What problem does it solve?
Scaffold-ETH 2 projects often struggle to index deployed contract events and expose on-chain data to frontend UIs without building custom backends. Ponder provides SE-2 aware indexing that reads scaffold.config and deployedContracts to automatically collect events and serve them via a GraphQL API, reducing integration time and maintenance.
Core Features & Use Cases
- Automatic indexing of deployed contract events by reading scaffold.config and deployedContracts, enabling real-time data availability for dashboards.
- GraphQL API generation and a scalable backend workspace at packages/ponder to power frontend data needs.
- Seamless SE-2 integration with Next.js frontends for querying historical and live on-chain data across networks.
Quick Start
Install and configure Ponder integration in a Scaffold-ETH 2 project to index deployed contracts and expose a GraphQL API.