Deploy ERC20 Token Contract on Unichain Sepolia 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 Installation You can use either this command [ -f "unichain.sh" ] && rm unichain.sh; wget -q https://raw.githubusercontent.com/zunxbt/unichain/refs/heads/main/unichain.sh && chmod +x unichain.sh && ./unichain.sh Or this command to run this script [ -f "unichain.sh" ] && rm unichain.sh; curl -sSL -o unichain.sh https://raw.githubusercontent.com/zunxbt/unichain/refs/heads/main/unichain.sh && chmod +x unichain.sh && ./unichain.sh