A lightweight automation suite for the Push Chain ecosystem, focused on testnet experimentation and airdrop preparation. It streamlines wallet management, transaction simulation, token launches, and domain registrations on the Push EVM network, making on-chain activity faster, repeatable, and efficient for power users.
- Node.js
- Private keys for the wallets you intend to use (stored in
privateKeys.json). - Push Chain Faucet
--------------------------------------
Push Chain Airdrop bot v2
--------------------------------------
--- Choose Your Menu ---
1. Simulate Transactions
2. Launch Token
3. Register Domain
0. Exit
Select option:
-
Clone the Repository:
git clone https://github.com/frankrichardhall/Push-Chain-Airdrop-bot.git cd Push-Chain-Airdrop-bot -
Install Dependencies:
npm install
-
Create
privateKeys.json: Create a file namedprivateKeys.jsonin the root directory with the following format:[ "your_private_key_1", "your_private_key_2" ]
-
Run the Bot:
npm start
- Use
npm startto check the menu options available. - Choose the appropriate command based on the network you want to use.
- The bot will automatically execute the transactions, handling any errors and retrying as needed.
This project is licensed under the MIT License. See the LICENSE file for details.