https://github.com/zunxbt/zkverify
Send Proof to zkVerify for Verification using this one click guide
https://github.com/zunxbt/zkverify
bash zk zk-snarks zkverify zunxbt
Last synced: about 1 month ago
JSON representation
Send Proof to zkVerify for Verification using this one click guide
- Host: GitHub
- URL: https://github.com/zunxbt/zkverify
- Owner: zunxbt
- Created: 2024-09-25T08:36:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T01:03:16.000Z (9 months ago)
- Last Synced: 2025-05-09T00:03:32.630Z (about 1 month ago)
- Topics: bash, zk, zk-snarks, zkverify, zunxbt
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 49
- Watchers: 3
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sending Proof to zkVerify For Verification
## Imp Info
- This script will work on [Codespace](https://github.com/codespaces) , VPS, [Gitpod](https://gitpod.io)
- In the middle of the code, it will ask something like this
- Here you should press `Enter` or can choose `1` option
- Again at middle, it will prompt 2 times to enter random text like this
- You can write anything here
## Installation
- You can use either this command
```bash
[ -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
```bash
[ -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 ✅