This is your one-stop automation script for interacting with the Merak Testnet on the Sui blockchain.
It’s built for DeFi airdrop farming and supports multiple wallets, proxies, and modular actions like swapping, wrapping, and LP providing.
- ✅ Wrap SUI → wSUI
- 🔄 Token swaps: wSUI ↔ wDUBHE, wSUI ↔ wSTARS
- 💧 Add liquidity to 3 pools
- 🧠 Multi-wallet farming support
- ⏳ Delay config between txs
- 🌍 Proxy support (HTTP/SOCKS)
https://faucet.sui.io/?network=testnet
sudo apt update && sudo apt upgrade -y
sudo apt install nodejs npm git -ygit clone https://github.com/0xdoot/Merak-Dubhe-Tesnet-Bot.git
cd Merak-Testnet-Botnpm installThis will install all required packages like:
dotenv(for env file)axiosor others used in the bot
Inside Merak-Testnet-Bot folder, run:
nano .envPaste your wallet details:
PRIVATE_KEY_1=your_private_key_here
MNEMONIC_1="your mnemonic phrase here"
PRIVATE_KEY_2=your_second_wallet
# Add more as needed
Save & Exit: CTRL + X, then Y, then ENTER
Create a file named proxies.txt in the project folder:
nano proxies.txtAdd one proxy per line:
http://user:pass@ip:port
socks5://user:pass@ip:port
First Update this
npm uninstall @mysten/sui.js && npm install @mysten/sui.js
git pullRun Script:
node main.jsThe bot will:
- Ask how many txs per wallet
- Rotate through wallets
- Execute wrap, swap, and LP tasks
- Sleep till next loop (if loop enabled)
MIT License – Feel free to fork & improve. Just give credit!
Built by [@doot] – touch on my X!
We turning this into an open-source