Wallet indexer
indexer service for various assets with JSON-RPC and Websocket api
Features:
JSON-RPC
getTransactionsByAddress: Get ETH transactions by address.
WebSocket:
subscribeToAccount: Websocket events for new ERC20 token and ETH transfers for an address.
Backends:
Ankr
We provide a proxy for using Ankr as your data provider. Using the Ankr proxy allows your to easily access ETH mainnet or testnets
Hardhat
Using the the Hardhat proxy, you're able run an indexer on your local hardhat instance. See the wallet-test-tools repo to setup your local instance.
Setup and Run
Clone the wallet indexer repo
Install dependencies and copy config
Run
For running with hardhat backend:
For running against ankr:
Last updated