Skip to content

winsnip/Monad-trx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monad Testnet Automation Guide

Prerequisites

  • Ensure you have MON & ETH MON in your wallet.
  • Complete all Monad Testnet tasks before running the script.

Installation

  1. Clone the Repository
    git clone https://github.com/winsnip/Monad-trx.git
    cd Monad-trx
  2. Install Dependencies
    npm install ethers@5 dotenv ethers ora readline cfonts prompts colors axios chalk figlet solc
  3. Set Private Key
    echo PRIVATE_KEY=0x2xxxxxxxxxxx > .env
  4. Create and Use Screen
    screen -R monad
  5. Run the Application
    node main.js

(Press Ctrl + A, then D to keep the session running in the background.)

Update

cd Monad-trx && rm package-lock.json && rm package.json && git pull --no-rebase && npm install

Node.js Cleanup & Reinstallation

 sudo apt remove --purge nodejs npm libnode-dev -y
 sudo apt autoremove -y
 sudo rm -rf /usr/include/node /usr/lib/node_modules ~/.npm ~/.nvm
 curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
 sudo apt install -y nodejs
 node -v && npm -v

Kopi: https://trakteer.id/Winsnipsupport/tip

Join Telegram Winsnip

Stay updated and connect with the Winsnip community:

Channel: https://t.me/winsnip

Group Chat: https://t.me/winsnip_chat

This ensures users can join the Telegram community easily and stay engaged with updates and discussions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published