Skip to content

txdecoderman/whale-mint-burn-stable-coins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHALE TRACKING BOT

Tracking whale mint/burn stable coin action

This repository is open source. You can update a few line of code to tracking other protocols

Powered by https://txdecoder.xyz

1. Prepare telegram bot and telegram channel

  • Open telegram
  • Chat with @BotFather
  • Type command /newbot
  • Save telegram bot token to TELEGRAM_BOT_TOKEN in .env
  • Create a new telegram channel
  • Add above telegram to channel as admin
  • Chat with @username_to_id_bot
  • Enter telegram channel name to get CHAT_ID, saving to TELEGRAM_CHAT_ID to .env

2. Get API key from txdecoder.xyz

3. Run

  • Clone this repo
  • Run below command
npm install
cp .env.sample .env
  • Update .env file
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
TXDECODER_API_KEY=
PROTOCOL_TYPE=STABLE_COINS
# min value 100_000_000 USD
THRESHOLD_VALUE_USD=100000000
  • Run command
node index.js

Example:

Stable coins Large Mint/Burn https://t.me/+JRCd8G2mDNBiYThl

About

Tracking large mint/burn stable coins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors