Welcome to the Ethereum Mempool Transaction Scanner! This script allows you to scan the Ethereum mempool for transactions and output them in the terminal. It provides a simple way to monitor incoming transactions and stay updated with the latest activity on the Ethereum network.
- Rename the ".env-EXAMPLE" to ".env" and inset a websocket url from a node
- Start script with: npm run start
This project is licensed under the MIT License.
Ethereum - Open-source blockchain platform.
Ethers.js - A JavaScript library for interacting with Ethereum, which inspired this project.
This script is provided as-is and does not guarantee accuracy or suitability for any specific purpose. Use it at your own risk. Note: This script does not interact with or modify the Ethereum blockchain. It only scans the mempool for transaction data.