Skip to content

greengod63/PumpFun-Bonding_Curve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to PumpFun Bonding Curve Monitoring Script

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.

Prerequisites

  • NodeJS (> v18.0.0)
  • Shyft RPC, Shyft GRPC, Telegram Bot Token,

Quick Start

  1. Clone and Install

    git clone [your-repository-url]
    cd [project-directory]
  2. Configure Environment

    Create a .env file in the root directory:

     SHYFT_RPC=""
     SHYFT_GRPC=""
     TELEGRAM_BOT_TOKEN=""
  3. Build and Run

    # Install dependencies
    npm install
    
    # Run in development mode
    ts-node index.ts

Feature

Variable Description Required
LANGUAGE Typescript Yes
BOT Telegram Bot, Telegram Channel Yes
ENVIRONMENT Shyft RPC, Shyft gRPC Yes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published