CryptoPulse is a Python utility that monitors the "pulse" of the Ethereum network.
It measures the number of pending transactions and analyzes the average gas price to indicate the current network state:
- π₯ HIGH β network congestion, mempool exploding.
- π’ NORMAL β steady activity.
- π€ LOW β calm state, transactions go through easily.
git clone https://github.com/username/cryptopulse.git
cd cryptopulse
pip install -r requirements.txt
python cryptopulse.py