Project Description
I need a lightweight, reliable bot that passively watches a hand-picked list of “smart-money” wallets and pings me in a Telegram direct message whenever something interesting happens. The bot must:
• Listen for swaps, position entries or exits, and unusually large transfers.
• Cover Ethereum mainnet, Binance Smart Chain, and Polygon concurrently.
• Work with read-only on-chain calls only—no private keys, signing, or write transactions at any point.
• Push each event to my Telegram DM in near-real-time (a lag of a minute or less is ideal), formatted with the wallet, tx hash, token symbols, values, and a link to a block explorer.
I am comfortable running the code myself, so a well-commented script or small service (Python, Node.js, or another common stack) plus a brief README is fine. If you prefer hosting, mention what extra setup is required.
Acceptance will be based on pointing the bot at a few test wallets, verifying that events are captured across all three networks, and seeing the messages appear in my Telegram DM with the correct details.
Let’s keep the solution clean, well-documented, and easy for me to extend with more wallets later.
Show More