Hedera Pump Bot is an innovative memecoin launchpad bot on Telegram, designed to simplify and streamline the process of launching memecoins on the Hedera blockchain. Tokens are tradeable without initial liquidity, and when the market cap reaches $69k, liquidity is instantly deployed on SaucerSwap and burned.
The bot includes a Wallet Manager, Token Factory, and Launchpad, all of which are free to use.
- Wallet Manager: Enables users to create or import wallets, deposit, and check transaction history.
- Token Factory: Allows users to generate basic tokens instantly on the Hedera blockchain with desired parameters like name, symbol, and supply.
- Launchpad: Enables users to launch and trade memecoins instantly.
To run the Hedera Pump Bot locally, follow these steps:
-
Clone the repository:
git clone https://github.com/kiwiprotocol/HederaPumpBot.git
-
Navigate to the project directory:
cd HederaPumpBot
-
Install the dependencies:
npm install
-
Create a
.env
file in the project root directory and add the following environment variables:TELEGRAM_BOT_TOKEN=your_telegram_bot_token MONGODB_URL=your_mongodb_connection_string
-
Start the bot:
npm start
The bot will now be running and listening for commands on Telegram.
@hashgraph/sdk
: Hedera SDK for interacting with the Hedera networktelegraf
: Telegram bot frameworkmongoose
: MongoDB object data modeling (ODM) librarydotenv
: Loads environment variables from a.env
file
This project is licensed under the MIT License.