Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.59 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.59 KB

🎯 PumpFun Sniper Bot

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.

⚡ Bot Performance

  • 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

🛠️ Key Features

  • 🤖 Auto Sniper Mode: Monitors and buys new coins automatically
  • 🎯 Single Sniper Mode: Target specific coins by contract address
  • 🚀 More features coming soon!

🚀 Quick Start

  1. Clone the repository: https://github.com/plzbugmenot/Pumpfun_Sniper_Bot.git
  2. Navigate to the project directory: cd Pumpfun_Sniper_Bot
  3. Install the dependencies: npm i
  4. Fill in .env (if you have no RPC, Quicknode is pretty good & free)
  5. Build the application: npm run build
  6. Run the bot using auto or single mode: npm run <auto/single>
  7. Follow the steps in the cmd

💻 Tech Stack

  • 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

Version 1.1 24/10/2024

Contact