Fast Indexing
Powered by Ponder for type-safe, high-speed EVM data indexing using optimized RPC calls.
Alternative to Subgraph. Built with Ponder & Hono.
This project provides a robust backend infrastructure for Prediction Market applications, indexing the Gnosis Conditional Tokens Framework (CTF).
docker-compose.pnpm installdocker-compose up -d# Terminal 1: Indexer
cd apps/indexer && pnpm dev
# Terminal 2: API
cd apps/api && pnpm devVisit http://localhost:3000/markets to see the API in action.