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_URL -
Create a new
Telegram BotusingBot Fatherand get yourBOT_TOKEN, then paste it in the environment variable -
Run migrate command to push the database schemas and generate all types
pnpm db:migrate-
Go to
src/providers/telegram.tsand uncomment line 13, you will also need to comment everything after this line. We use this polling connection for local environments, if you decide to deploy the bot, then change it back to webhook connection -
Now you have to setup an rpc provider in
src/providers/solana.ts, you can change all NETWORKS toSOLANA_NETWORKif you dont have one -
Start the bot
pnpm start- That's it! now your local version of Handi Cat is ready, you can also fill the other environment variables to setup an RPC of your choice
My solana wallet for the struggles - 5EVQsbVErvJruJvi3v8i3sDSy58GUnGfewwRb8pJk8N1
Project Link: https://github.com/DracoR22/handi-cat_wallet-tracker