Handi Cat Wallet Tracker
Solana wallet tracker Telegram Bot, follow any wallet and get detailed information about every transaction in Raydium, Jupiter, Pump.fun and PumpSwap 😺
Install / Use
npx skills add DracoR22/handi-cat_wallet-trackerInstalls into whichever agent you are using.
README
<a id="readme-top"></a>
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/DracoR22/handi-cat_wallet-tracker"> <img src="showcase/logo.jpg" alt="Logo" width="80" height="80"> </a> <h3 align="center">🐱 Handi Cat | Wallet Tracker</h3> <p align="center"> Track any Solana transaction in Real-Time </p> </div> <!-- ABOUT THE PROJECT -->About The Project
Handi Cat is a Telegram bot that can track any Solana wallet in real time, it provides relevant information of each transaction made in Raydium, Jupiter, Pump.fun and Pump AMM(PumpSwap) including transaction hash, tokens and amount swapped, price of the token in SOL, token market cap and much more.
Features
- 📈 Tracks in Real-Time any SOL transfer
- 🔍 Detects Raydium, Jupiter, Pump.fun and PumpSwap transactions
- 💰 Gets SOL price of the token swapped
- 📊 Gets token market cap at the time swapped
- 💰 Gets token amount and supply percentage owned by each tracked wallet
- 🤖 Each transaction message includes links to popular Solana trading bots to quickly buy the token
- 🔗 Each transaction provides links to Photon, GMGN and Dex Screener to quickly see the token chart
Bot Commands
/start– Opens the bot's main menu/add– Add a new wallet address/delete– Delete a wallet addresss/upgrade– Access the subscription menu/ban_wallet– Flag a wallet as BANNED and remove it from the wallet pool (admin only)/help_notify– Learn how bot notifications work/help_group– Instructions for adding the bot to group chats
Built With
- 🌐 Node.JS
- 📘 TypeScript
- 📊 Prisma ORM
- 🪙 Solana Web3.js
Getting Started
Follow these simple steps to setup Handi Cat locally on your machine
Prerequisites
Node version 14.x
Steps
-
Clone the repo
git clone https://github.com/DracoR22/handi-cat_wallet-tracker.git -
Install NPM packages
pnpm install -
Rename
.env.examplefile to.env -
Create a Postgres database and paste the connection string into
DATABASE_URLin .env -
Create a new
Telegram BotusingBot Fatherand get yourBOT_TOKEN. Paste it into the corresponding variable in.env -
Run the migration command to push the database schemas and generate all types
pnpm db:migrate
(Optional)To use a webhook connection instead of polling, set your .env like this:
ENVIRONMENT=production
APP_URL=https://your-domain.com
# APP_URL must be the public HTTPS URL where your bot is deployed.
# The bot will automatically register its webhook at `APP_URL/webhook/telegram.
(Optional)Set up custom RPC providers by adding them to the RPC_ENDPOINTS environment variable. You can list multiple endpoints separated by commas, e.g.:
RPC_ENDPOINTS=https://rpc1.com,https://rpc2.com
- Start the bot
pnpm start
- That's it! now your local version of Handi Cat is ready to use.
Contact
<!-- [@your_twitter](https://twitter.com/your_username) --> - rdraco039@gmail.comMy solana wallet for the struggles - 5EVQsbVErvJruJvi3v8i3sDSy58GUnGfewwRb8pJk8N1
Project Link: https://github.com/DracoR22/handi-cat_wallet-tracker
<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR

