- Must need to have $ETH on Unichain
- You can get Unichain $ETH using faucet from here or by bridging using superbridge
- I used bridge to get Unichain ETH
- Need to have terminal which support linux based command
- You can use either local terminal (Ubuntu)
- Or you can use Virtual IDE like codespaces
1 .Open VsCode OR Github CodeSpace
git clone https://github.com/BidyutRoy2/Unichain-Testnet-Bot.git
cd Unichain-Testnet-Bot
npm install
Create a file named .env in the project root directory.
.env
PRIVATE_KEYS=["Enter-Wallet-Private-Key"]
npm run start
sudo apt update && sudo apt install curl
sudo apt update && sudo apt install wget
- You can use either this command
[ -f "DeployContract.sh" ] && rm DeployContract.sh; wget -q https://raw.githubusercontent.com/BidyutRoy2/Unichain-Testnet-Bot/refs/heads/main/DeployContract.sh && chmod +x DeployContract.sh && ./DeployContract.sh
- Or this command to run this script
[ -f "DeployContract.sh" ] && rm DeployContract.sh; curl -sSL -o DeployContract.sh https://raw.githubusercontent.com/BidyutRoy2/Unichain-Testnet-Bot/refs/heads/main/DeployContract.sh && chmod +x DeployContract.sh && ./DeployContract.sh