Skip to content

BidyutRoy2/Unichain-Testnet-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unichain Testnet Daily Transaction Bot

Prerequisites

  • 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

Steps

2. Clone Repository

git clone https://github.com/BidyutRoy2/Unichain-Testnet-Bot.git
cd Unichain-Testnet-Bot

3. Instal Dependency

npm install

4. configurate .env File

Create a file named .env in the project root directory.

 .env

PRIVATE_KEYS=["Enter-Wallet-Private-Key"]

5. Run script & Make Daily Transaction

npm run start

Deploy ERC20 Token Contract on Unichain Sepolia

installation command that starts with curl

sudo apt update && sudo apt install curl

installation command that starts with wget

sudo apt update && sudo apt install wget

Installation

  • 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

▄︻デ𝙂𝙚𝙩 𝙇𝙖𝙩𝙚𝙨𝙩 𝘼𝙞𝙧𝙙𝙧𝙤𝙥𝙨 & 𝙐𝙥𝙙𝙖𝙩𝙚𝙨═━一

▄︻デ𝙅𝙤𝙞𝙣 𝙏𝙚𝙡𝙚𝙜𝙧𝙖𝙢═━一 🎀 𝐻𝒾𝒹𝒹𝑒𝓃 𝒢𝑒𝓂 🎀

░▒▓█►─═ 𝓗𝓲𝒹ᗪ𝓔η Ǥέ𝕄 ═─◄█▓▒░

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published