[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93335":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":12,"contributorsCount":12,"subscribersCount":12,"size":12,"stars1d":12,"stars7d":14,"stars30d":14,"stars90d":12,"forks30d":12,"starsTrendScore":12,"compositeScore":15,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":16,"fork":16,"defaultBranch":17,"hasWiki":18,"hasPages":16,"topics":19,"createdAt":9,"pushedAt":9,"updatedAt":20,"readmeContent":21,"aiSummary":22,"trendingCount":12,"starSnapshotCount":12,"syncStatus":23,"lastSyncTime":24,"discoverSource":25},93335,"hyperliquid-tracker","gabriel-azara\u002Fhyperliquid-tracker","gabriel-azara","Get notified when big trades happen on Hyperliquid.",null,"TypeScript",257,0,218,39,60.4,false,"main",true,[],"2026-07-22 04:02:08","# Hyperliquid Tracker\n\nThis bot monitors Hyperliquid trades and sends notifications to a Telegram channel when significant trades occur.\n\n## Prerequisites\n\nBefore you begin, make sure you have the following installed:\n- [Node.js](https:\u002F\u002Fnodejs.org\u002F) (version 22.4.0 or higher)\n- [npm](https:\u002F\u002Fwww.npmjs.com\u002F) (comes with Node.js) - pnpm can be used as well\n- [Git](https:\u002F\u002Fgit-scm.com\u002F) (for cloning the repository)\n\n## Step-by-Step Setup Guide\n\n### 1. Clone the Repository trough your terminal\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fgabriel-azara\u002Fhyperliquid-tracker\ncd hyperliquid-tracker\n```\n\n### 2. Create Your Telegram Bot\n1. Open Telegram and search for [@BotFather](https:\u002F\u002Ft.me\u002FBotFather)\n2. Start a chat with BotFather and send `\u002Fnewbot`\n3. Follow the instructions to create your bot\n4. **Save the API token** that BotFather gives you - you'll need it later\n5. Start a chat with your new bot by clicking the link BotFather provides\n\n### 3. Get Your Telegram Chat ID\n1. Create a new Telegram channel where you want to receive notifications\n2. Add your bot to the channel as an administrator\n3. Forward any message from your channel to [@userinfobot](https:\u002F\u002Ft.me\u002Fuserinfobot)\n4. The bot will reply with information including the chat ID (it will look like `-100xxxxxxxxxx`)\n\n### 4. Set Up Environment Variables\n1. Create a file named `.env` in the project root directory\n2. Copy the contents from `.env.example` into `.env`\n3. Fill in your Telegram bot token and chat ID and replace the values in your own `.env` file\n\n### 5. Install Dependencies\n```bash\nnpm install\n```\n\n### 6. Build the Project\n```bash\nnpm run build\n```\n\n### 7. Start the Bot\n```bash\nnpm start\n```\n\nFor development, you can use:\n```bash\nnpm run dev\n```\n\n## Configuration\n\nYou can customize the bot by modifying the following in `src\u002Fconfig\u002Findex.ts`:\n- `SUPPORTED_COINS`: List of cryptocurrencies to monitor\n- `MIN_NOTIONAL_VALUE`: Minimum trade value to trigger notifications (default: 1,000,000)\n\n## Features\n\n- Real-time trade monitoring on Hyperliquid\n- Automatic notifications for large trades.\n- Support for multiple cryptocurrencies (can be extended)\n- Automatic reconnection on connection loss\n- Health check endpoint\n\n## Troubleshooting\n\n1. **Bot not sending messages:**\n   - Verify your bot token and chat ID in `.env`\n   - Ensure the bot is an administrator in your channel\n   - Check if the bot has permission to send messages\n\n2. **Connection issues:**\n   - Check your internet connection\n   - Verify that the Hyperliquid API is accessible\n   - Check the console logs for error messages\n\n3. **Node.js version error:**\n   - Ensure you have Node.js version 22.4.0 or higher installed\n   - Run `node -v` to check your version\n   - If needed, update Node.js using [nvm](https:\u002F\u002Fgithub.com\u002Fnvm-sh\u002Fnvm)\n\n## Health Check\n\nThe bot includes a health check endpoint running on port 3000. You can access it at the root path `\u002F`:\n```bash\nhttp:\u002F\u002Flocalhost:3000\u002F\n```\n\n## Support\n\nIf you encounter any issues or need help, please open an issue on the GitHub repository.\n","Hyperliquid Tracker 是一个实时监控 Hyperliquid 衍生品交易所大额交易并推送通知的轻量级 Telegram 机器人。它基于 WebSocket 接入 Hyperliquid 公共交易流，按设定的名义价值阈值（默认 100 万美元）筛选显著交易，支持自定义监控币种列表，并具备自动重连、健康检查端点等健壮性设计。适用于加密货币交易员、做市商及链上行为观察者，用于快速感知市场大单动向与流动性变化，辅助短期决策或事件驱动分析。",2,"2026-07-16 02:30:09","CREATED_QUERY"]