Uniswap V3 Multi-chain indexer
The following indexer example is a reference implementation and can serve as a starting point for applications with similar logic.
This repo contains a comprehensive example indexer for the Uniswap V3 protocol using Envio HyperIndex.
This indexer is a multi-chain indexer, built using TypeScript, that indexes Uniswap V3 deployments on Ethereum Mainnet, Arbitrum One and Base. Data is accessible via a unified graphQL API. It is intended as as like-for-like copy of the Uniswap V3 subgraph.
More information on the ReadMe.
It is important to note that these are not vetted for accuracy, and testing or some level of data validation is always recommended. Additionally the indexer my not be using the latest version and was built by Envio partners and community builders.