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.
- ๐ 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
/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
- ๐ Node.JS
- ๐ TypeScript
- ๐ Prisma ORM
- ๐ช Solana Web3.js
Follow these simple steps to setup Handi Cat locally on your machine
Node version 14.x
-
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.
My solana wallet for the struggles - 5EVQsbVErvJruJvi3v8i3sDSy58GUnGfewwRb8pJk8N1
Project Link: https://github.com/DracoR22/handi-cat_wallet-tracker