Wallet Trades Tracker is a tool that allows for near-instant notifications whenever a wallet executes a swap on an EVM-compatible blockchain. At this moment, the tool only supports Ethereum but you can easily add others EVM-compatible blockchains.
Contact my for any inquiry
Feel free to suggest new ideas to enhance and optimize the tool.
Each EVM-compatible blockchain bot will scan each new block to find wallets matching those in the wallets.txt
file.
Upon finding a match, it will check if the transaction is a swap.
If so, it will then notify this transaction using Discord and Telegram.
- Real-time monitoring: Tracking each new swaps from any DEXs
- Wallet filtering: Allowing users to specify which wallets to track
- Instant notification: Sending real-time alerts via Discord, Telegram, or other platforms
- Transaction analysis: Providing details about transactions such as amounts, involved addresses, exchanged tokens
- Integration with other services: Integrating with other tools or platforms for a more comprehensive user experience
To run the tool, you will need to have at least Python 3.6 installed on your system, along with the Python libraries:
web3
(interacting with EVM-compatible blockchain)multicall
(for making multi RPC calls)web3-multi-provider
(to switch between different nnodes if main node is unavailable)discord.py
(to create an embed for each notification)python-dotenv
(for managing environment variables in Python applications)
- Clone this repository:
git clone https://github.com/0xTaoDev/Wallet-Trades-Tracker.git
- Install the required packages:
pip install -r requirements.txt
- Create a folder named .env, then inside it, create a file named .env and populate these variables with your own tokens:
DISCORD_WEBHOOK_URL=""
TELEGRAM_BOT_TOKEN=""
TELEGRAM_CHAT_ID=""
- Edit
wallets.txt
with your own wallets to track
Format: BLOCKCHAIN:ADDRESS (e.g.:ETHEREUM:0xae2fc483527b8ef99eb5d9b44875f005ba1fae13) - Start the tool with
python run.py
inside main folder
This project is licensed under the MIT license. Feel free to edit and distribute this template as you like.
See LICENSE for more information.
This tool is provided for educational purposes only and should not be used as financial advice. The tool does not have access to your wallet.