The Walrus Testnet Bot is a powerful tool designed for interacting with SUI Testnet networks. This bot automates transaction processes, enabling users to perform actions such as Swapping between SUI and WAL, Stake to a Node Operator and Request Faucet seamlessly and daily making it an ideal solution for you to do your Walrus Testnet Airdrop.
- Git
- Node JS (v22)
join here https://t.me/AirdropInsiderID.
Walrus Protocol Potential Testnet Network : SUI
- Connect new SUI wallet : https://stake.walrus.site/ (TESTNET)
- Get faucet : https://discord.com/invite/sui
- Exchange SUI to WAL
- Stake
- Done
LFG & DWYOR
- Multi Account
- Support PK
- Auto Request Faucet
- Auto Swap both SUI and WAL
- Auto Stake
- Auto Mint 1 Flatlander NFT
- Clone project repo
git clone https://github.com/airdropinsiders/walrus-testnet-bot.git && cd walrus-testnet-bot
- Run
npm install
- Run
cp -r accounts/accounts_tmp.js accounts/accounts.js && cp -r config/config_tmp.js config/config.js
- Configure your accounts
nano accounts/accounts.js
- Configure the bot config
nano config/config.js
- To run Auto TX
npm run start
- Open your
Command Prompt
orPower Shell
. - Clone project repo
and cd to project dir
git clone https://github.com/airdropinsiders/walrus-testnet-bot.git
cd walrus-testnet-bot
- Run
npm install
- Navigate to
walrus-testnet-bot
directory. - Navigate to
accounts
folder and renameaccounts_tmp.js
toaccounts.js
. - Now open
acccounts.js
and setup your accounts. - Now Back to
walrus-testnet-bot
directory and Navigate toconfig
and renameconfig_tmp.js
toconfig.js
adjust theconfig.js
as needed. - Back to
walrus-testnet-bot
directory. - To start the app open your
Command Prompt
orPower Shell
- To run auto Tx Bot
npm run start
To update bot follow this step :
- run
or
git pull
if error rungit pull --rebase
git stash && git pull
- run
npm update
- start the bot