EVM Wallet Search
A dashboard for exploring a wallet’s token activity on Ethereum, with each result connected to the underlying transaction and blockchain data.
Problem
Raw transfer events make it difficult to see the shape of a wallet’s activity: what came in, what went out, which addresses it interacted with most, and when activity increased. This project turns those events into a focused visual overview of wallet activity.
Approach
Envio HyperIndex collects relevant token-transfer events, dbt transforms them into queryable DuckDB models, and a FastAPI service makes the results available to the React dashboard.
Scope
The current version tracks token movements represented by emitted Transfer events. It does not yet cover native ETH transfers, internal transactions, or other wallet activity outside those logs.