This is the webhook to receive notification from stream whenever some pump fun token graduates and migrated to Raydium, Please read the medium post to understand the whole flow:-
Please join following telegram bot handle to receive all token migration events
@pumpfun_migration_bot
- Clone the repository.
- Install Rust and Cargo if you haven't already.
- Set environment variables and or create .env file to store them. (Please refer to .env_sample for variables)
- Run
cargo buildto build the project. - Run
cargo runto run the project.
This Rust project implements webhook to listen for messages regarding token migration from pump.fun to Raydium, it calls APIs to get price and metadata of tokens then forwards the message to telegram bot.
This project is licensed under the Apache License 2.0.