This is a JavaScript bot script designed to interact with the Monad testnet.
- Clone the Repository
Clone this repository to your local machine using the following command:
git clone https://github.com/klvndrgn/monad-testnetbot.git
cd monad-testnetbot-
Install the required dependencies:
npm install
- Rename
.env.exampleto .env
cp .env.example .env- Edit the
.env.file Replace your_evm_private_key with your actual EVM wallet private key. It should look like this:PRIVATE_KEY=0x1234...
To run the bot, use the following command:
npm startThe bot will start processing each wallet based on the configured.
This project is licensed under the MIT License - see the LICENSE file for details.