Track high activity on Hyperliquid and get real-time alerts on Telegram using Chainstack. This project monitors whale wallets and sends automated pings when significant events occur.
1. Clone the Repository
git clone https://github.com/utkarshiniarora/hypertracker
cd hypertracker2. Install Dependencies
npm install3. Set up your .env
CHAINSTACK_URL=<Your-Chainstack-Endpoint-URL>
BOT_TOKEN=<Your-Telegram-Bot-Token>
CHAT_ID=<Your-Telegram-Channel-or-Supergroup-ID>
USERS=<Whale-Wallet-1,Whale-Wallet-2>
COIN=<Crypto-Holding-Symbol>
POLL_INTERVAL_MS=<Polling-Interval-in-Milliseconds>For a detailed step-by-step guide with code examples and screenshots, read the full blog: Hyperliquid On Chain Activity Tracker: Build Your Own Telegram Bot Using Chainstack
4. Run the Bot
node index.js