A simple tool that displays the top 5 addresses on the ETH mainnet with activity metrics for the last 100 blocks, the activity metric increases if the wallet sends or receives any ERC20 token.
- create config from example
~$ cp config.example config
~$ vi config
- run build
~$ make build-amd64
- build docker-image
~$ make docker-build
- run
~$ make docker-run
MIT