This script monitors bonding curve of Pumpfun tokens and alerts when any token reachs 97.7% of the bonding curve. To get monitoring signal on your Telegram channel, you need to add your Telegram Bot to your channel as an Administrator.
- NodeJS (> v18.0.0)
- Shyft RPC, Shyft GRPC, Telegram Bot Token,
-
Clone and Install
git clone [your-repository-url] cd [project-directory]
-
Configure Environment
Create a
.env
file in the root directory:SHYFT_RPC="" SHYFT_GRPC="" TELEGRAM_BOT_TOKEN=""
-
Build and Run
# Install dependencies npm install # Run in development mode ts-node index.ts
Variable | Description | Required |
---|---|---|
LANGUAGE |
Typescript | Yes |
BOT |
Telegram Bot, Telegram Channel | Yes |
ENVIRONMENT |
Shyft RPC, Shyft gRPC | Yes |