Installation Guide

Follow these steps to set up and start using the Solana Wallet Bundler tool

Clone the Repository

Start by cloning the repository to your local machine:

git clone

Navigate to the Project Directory

Change into the project directory:

cd pump.fun-bundler

Install Dependencies

Install all required dependencies using npm:

npm install

Set Up Environment Variables

Create a .env file in the project directory and add your configuration details:

SOLANA_RPC_URL= 
PRIVATE_KEY=

Note: Never share your private key. Keep your .env file secure and do not commit it to version control.

Start the Application

Run the application with the following command:

npm start

The application will start and be ready to use.

Back to Homepage