Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 968 Bytes

File metadata and controls

56 lines (39 loc) · 968 Bytes

Monad Testnet Bot

This is a JavaScript bot script designed to interact with the Monad testnet.

Installation

  1. Clone the Repository

Clone this repository to your local machine using the following command:

git clone https://github.com/SKaaalper/monad-testnetbot.git
cd monad-testnetbot
  1. Install the required dependencies:
npm install

Configuration

  1. Rename .env.example to .env
  cp .env.example .env
  1. Edit the .env. file Replace your_evm_private_key with your actual EVM wallet private key. It should look like this:
nano .env
  • Format:
PRIVATE_KEY=0x1234...

(Optional) Running via screen:

screen -S monad

Usage

To run the bot, use the following command:

npm start

The bot will start processing each wallet based on the configured.

License

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