- This script will work on Codespace , VPS, Gitpod
- In the middle of the code, it will ask something like this
- Here you should press
Enter
or can choose1
option - Again at middle, it will prompt 2 times to enter random text like this
- You can write anything here
- You can use either this command
[ -f "zkverify.sh" ] && rm zkverify.sh; wget -q https://raw.githubusercontent.com/zunxbt/zkVerify/main/zkverify.sh && chmod +x zkverify.sh && ./zkverify.sh
- Or this command to start this script
[ -f "zkverify.sh" ] && rm zkverify.sh; curl -s -o zkverify.sh https://raw.githubusercontent.com/zunxbt/zkVerify/main/zkverify.sh && chmod +x zkverify.sh && ./zkverify.sh
- Done ✅