Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proofofmike/pumpfun-token-launcher
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.
https://github.com/proofofmike/pumpfun-token-launcher
launcher pump-fun pump-fun-token-creator pumpfun-token pumpfun-token-launcher solana solana-pumpfun token-launcher
Last synced: 20 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/proofofmike/pumpfun-token-launcher
- Owner: ProofOfMike
- License: mit
- Created: 2025-01-21T09:54:12.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2025-01-21T10:06:49.000Z (25 days ago)
- Last Synced: 2025-01-21T10:34:43.139Z (25 days ago)
- Topics: launcher, pump-fun, pump-fun-token-creator, pumpfun-token, pumpfun-token-launcher, solana, solana-pumpfun, token-launcher
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# pumpfun-token-launcher
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.## Features
- Programmatically launch `pump.fun` tokens.
- Utilities for managing token configurations.
- Easy integration into existing projects.## Prerequisites
Ensure you have the following installed:
- [Node.js](https://nodejs.org/) (version 14 or later)
- [npm](https://www.npmjs.com/)
- [TypeScript](https://www.typescriptlang.org/)## Installation
To install the package, clone the repository and install the dependencies:
```bash
git clone https://github.com/ProofOfMike/pumpfun-token-launcher.git
cd pumpfun-token-launcher
npm install
```## Usage
To compile and run the scripts:
1. Configure your environment variables as instructed.
2. Compile the TypeScript files:```bash
npx tsc
```3. Run the compiled JavaScript file:
```bash
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## Contact Me
X: [mikegraham915](https://x.com/@mikegraham915)