OoIndexer is an EIP-4337 UserOperation indexer.Currently, UoIndexer is still in BETA. Please use it at your own risk.
UoIndexer currently supports two kinds of database storage:
ChainName | chain id |
---|---|
Ethereum | 1 |
Goerli | 5 |
More chains will be supported later.
- Clang
- LLVM
- rust cargo
cargo install --git https://github.com/zsluedem/UoIndexer
uoindexer --rpc-url https://eth-mainnet.g.alchemy.com/v2/api-key --chain-id 1 rocks-db ./.local/rocksdb
Assuming you have a MongoDB instance running at localhost:27017:
uoindexer --rpc-url https://eth-mainnet.g.alchemy.com/v2/api-key --chain-id 1 mongo-db mongo-db mongodb://root:example@localhost:27017/