Skip to content

username29201/pump-fun-token-launcher

 
 

Repository files navigation

Pump.fun Token Launcher

Update 26-07-2024: You can now try the bot with a one-time coupon for free on https://viper.bot/. See https://t.me/viper_discussions for more info and to obtain a coupon.

New: There is now also a telegram bot available for my bundler at: https://t.me/viper_pump_bot. Note: this is a first version so any feedback is appreciated.

This repository provides tools and scripts for programmatically launching pump.fun tokens. The project is set up using TypeScript and includes essential modules to facilitate token creation and management. Some information to perform the launch transaction successfully has been redacted, contact me at [email protected] if you're interested.

A showcase of this launcher can now be used on: https://viper.bot For a fee you can use this bundler to launch a token with your own buys. It contains the following features:

  • Bundle launch with up to 17 buy transactions
  • Enter mint privatekey to ensure mint ends in pump
  • Buying and Selling
  • Sell single wallet by percentage
  • Sell all wallets completely through Jito Bundle

Launch showcase

viper-web-preview.-.Copy.1.mp4

Telegram bot launch showcase

viper-tg-bot-preview.-.Copy.1.mp4

Trading showcase

Viper.-.Trading.mp4

Services are for hire, contact me at https://t.me/bilixsoftware or [email protected]

Features

  • Programmatically launch pump.fun tokens.
  • Utilities for managing token configurations.
  • Easy integration into existing projects.

Prerequisites

Ensure you have the following installed:

Installation

To install the package, clone the repository and install the dependencies:

git clone https://github.com/bilix-software/pump-fun-token-launcher.git
cd pump-fun-token-launcher
npm install

Usage

To compile and run the scripts:

  1. Configure your environment variables as instructed.
  2. Compile the TypeScript files:
npx tsc
  1. Run the compiled JavaScript file:
node example.js

Project Structure

  • src/: Contains the source code for the package.
    • constants.ts: Contains constant values used throughout the project.
    • launch.ts: Main module for launching tokens.
    • utils.ts: Utility functions used in the project.
  • package.json: Project metadata and dependencies.
  • tsconfig.json: TypeScript configuration file.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your improvements.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/YourFeature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/YourFeature)
  5. Open a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Tips

JATt1ta9GcbVMThdL18rXUqHn3toCMjWkHWtxM5WN3ec

About

Launching pump.fun tokens programatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%