Skip to content

frankrichardhall/Push-Chain-Airdrop-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,520 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push Chain Airdrop bot

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.

Requirements

  • Node.js
  • Private keys for the wallets you intend to use (stored in privateKeys.json).
  • Push Chain Faucet

Menu

--------------------------------------
      Push Chain Airdrop bot v2
--------------------------------------

--- Choose Your Menu ---
1. Simulate Transactions
2. Launch Token
3. Register Domain
0. Exit
Select option: 

Installation

  1. Clone the Repository:

    git clone https://github.com/frankrichardhall/Push-Chain-Airdrop-bot.git
    cd Push-Chain-Airdrop-bot
  2. Install Dependencies:

    npm install
  3. Create privateKeys.json: Create a file named privateKeys.json in the root directory with the following format:

    [
      "your_private_key_1",
      "your_private_key_2"
    ]
  4. Run the Bot:

    npm start

Usage

  • Use npm start to 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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A CLI automation toolkit for PushChain that simplifies wallet handling, transaction simulation, token launches, and domain registrations on the Push EVM network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors