Dockerized script to monitor the Ethereum network for most active sender addresses
Go to file
2024-06-30 22:04:22 +03:00
src feat: initial skeleton with basically finished mempool module 2024-06-30 22:04:22 +03:00
.gitignore feat: initial skeleton with basically finished mempool module 2024-06-30 22:04:22 +03:00
LICENSE Initial commit 2024-06-30 15:44:23 +00:00
main.py feat: initial skeleton with basically finished mempool module 2024-06-30 22:04:22 +03:00
README.md feat: initial skeleton with basically finished mempool module 2024-06-30 22:04:22 +03:00
requirements.txt feat: initial skeleton with basically finished mempool module 2024-06-30 22:04:22 +03:00

Ethereum network sender address mapper

Script that, once deployed in a Docker container, monitors a live feed of the Ethereum network via a WebSocket connection, stores the sender addresses, and creates statistics of the most active addresses.

Usage

echo "TODO"