Skip to content

SKaaalper/monad-testnetbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%