Follow these steps to set up and start using the Solana Wallet Bundler tool
Start by cloning the repository to your local machine:
git clone
Change into the project directory:
cd pump.fun-bundler
Install all required dependencies using npm:
npm install
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.
Run the application with the following command:
npm start
The application will start and be ready to use.