- Track All tokens, All Pools on Pump.fun
- Provide the detailed insights about new token
- Telegram API
- Solana/web3
- Pump.fun
- bitQuery
Before you begin, ensure you have met the following requirements:
- Node.js installed (v18 or above recommended)
- Telegram bot token from bot father
- Clone the repository:
git clone https://github.com/crypto-artisan/pump.fun-token-track.git- Go to the project directory:
cd pump.fun-token-track- Install the dependencies:
npm install- Create a new
.envfile and add your Private key, Rpc URL
.env file
TELEGRAM_TOKEN=
CHANNEL_ID=
BITQUERY_API_KEY=
BITQUERY_AUTH_TOKEN=
POLLING_TIME=
MODE=
- Then run the bot
npm run start