fetcher
Fetcher module fetches blockchain data from web3 and caches it for subsequent queries.
Every blockchain query must use this module for efficiency. There are several services that do exactly this:
Service |
Description |
|---|---|
Fetching Ethereum events |
|
Static calls to Ethereum |
|
ETH balances on Ethereum |
|
Fetching blocks metadata |
|
Fetching token metadata (decimals, symbol, name) |
The best way to get started is to explore these services and module docs.