Telegram Bot for tracking certain wallet transactions on the Ethereum blockchain, can be used with other EVM compatible blockchains.
Last updated Mar 11, 2026
43
Stars
26
Forks
1
Issues
0
Stars/day
Attention Score
34
Language breakdown
JavaScript 100.0%
▸ Files
click to expand
README
whale-watcher
Telegram Bot for tracking certain wallet transactions on the etheruem blockchian, can be used with other EVM compatible blockchains.Getting started
Installation
To run the whale watcher, you need to have the following installed- NodeJS => 14.17.6
- csv-parser
- etherjs
- node-telegram-bot-api
Configuration
config.js
Add your own links for the jsonRPC provider(infuramainnetws in config.js). Then create a tg bot and make it an admin in your newly created channel. Then plug the channel and bot ID in the config file so the whale watcher can now send messages.
whaleList.csv
This is the csv file that will contain the addresses you want to track, you dont have to make sure ever address is checksum, since the code checks for that anyway, but it would probably be optimal. Just follow the format in the example_file.Run
Just runnode main.js
🔗 More in this category