Pumpfun Token Launcher: Tools and scripts designed for programmatically launching pump.fun tokens. This TypeScript-based project provides essential modules to streamline the launch and management of tokens on the pump.fun platform.
- Programmatically launch
pump.fun
tokens. - Utilities for managing token configurations.
- Easy integration into existing projects.
Ensure you have the following installed:
- Node.js (version 14 or later)
- npm
- TypeScript
To install the package, clone the repository and install the dependencies:
git clone https://github.com/ProofOfMike/pumpfun-token-launcher.git
cd pumpfun-token-launcher
npm install
To compile and run the scripts:
- Configure your environment variables as instructed.
- Compile the TypeScript files:
npx tsc
- Run the compiled JavaScript file:
node example.js
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.
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
- Fork the repository
- Create your feature branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Open a pull request