Ponder Client Examples
Explore how to query ENS data using the Ponder Client
Code Example
usePonderQuery({ queryFn: (db) => db.select().from(ponderSchema.account).limit(10), });
Query Result
Explore how to query ENS data using the Ponder Client
usePonderQuery({ queryFn: (db) => db.select().from(ponderSchema.account).limit(10), });