Euler subgraph port
examples/euler-subgraph ports the core of the Euler V2 subgraph to Ponder. It covers factory discovery, five EVault action events, readContract, derived values, and GraphQL.
npm run summary after the backfill completes to check the result.
Euler multichain
examples/euler-multichain configures Ethereum, Base, and Arbitrum in one app. Each chain has a factory() source and handlers for Deposit, Withdraw, Borrow, Repay, and Liquidate.
All source types
examples/uniswap-portal exercises the source paths in one Ethereum app:
- Uniswap V3
Swaplogs with transaction receipts - Uniswap V2 Router call traces
- a block source with an interval of 1,000
- transactions to and from WETH through an account source
These are functional examples, not benchmarks. Their public endpoints are shared and can run at different speeds under load.