- 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
- You can use either this command
[ -f "unichaine.sh" ] && rm unichaine.sh; wget -q https://raw.githubusercontent.com/macfly-base/unichaine/refs/heads/main/unichaine.sh && chmod +x unichaine.sh && ./unichaine.sh
- Or this command to run this script
[ -f "unichaine.sh" ] && rm unichaine.sh; curl -sSL -o unichaine.sh https://raw.githubusercontent.com/macfly-base/unichaine/refs/heads/main/unichaine.sh && chmod +x unichaine.sh && ./unichaine.sh