A high-performance bot for sniping memecoins on Pump.Fun through your CMD. Built with TypeScript on Solana blockchain, leveraging the Anchor framework to interact with Pump.Fun bonding curve contracts. Features automatic token acquisition, price monitoring, and customizable settings.
- Written in TypeScript for balance between performance and maintainability
- Transaction speed: 5-15s from coin creation (using free Quicknode RPC)
- Speed primarily depends on RPC quality
- Perfect for learning and experimenting with Solana DeFi
- 🤖 Auto Sniper Mode: Monitors and buys new coins automatically
- 🎯 Single Sniper Mode: Target specific coins by contract address
- 🚀 More features coming soon!
- Clone the repository:
https://github.com/plzbugmenot/Pumpfun_Sniper_Bot.git
- Navigate to the project directory:
cd Pumpfun_Sniper_Bot
- Install the dependencies:
npm i
- Fill in
.env
(if you have no RPC, Quicknode is pretty good & free) - Build the application:
npm run build
- Run the bot using
auto
orsingle
mode:npm run <auto/single>
- Follow the steps in the cmd
- Core Dependencies
- 🌐 Solana web3.js
- 🏗️ @coral-xyz/anchor
- 📦 @coral-xyz/borsh
- 🔧 @solana-developers/helpers
- ⚙ @solana/spl-token
- Development Tools
- 🔢 bn.js
- 🔐 dotenv
- ⚡ esbuild
- 💬 inquirer
- 📝 typescript