Skip to content

Joyen12/whale-watcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(infura_mainnet_ws 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 run

node main.js

About

Telegram Bot for tracking certain wallet transactions on the Ethereum blockchain, can be used with other EVM compatible blockchains.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%