Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-09-26T01:03:16.000Z (about 1 month ago)
- Last Synced: 2024-10-21T05:58:27.139Z (17 days ago)
- Topics: bash, zk, zk-snarks, zkverify, zunxbt
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 37
- Watchers: 2
- Forks: 21
- 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![Screenshot 2024-09-25 134013](https://github.com/user-attachments/assets/d2820026-07ce-4994-9921-744c7b116224)
- Here you should press `Enter` or can choose `1` option
- Again at middle, it will prompt 2 times to enter random text like this![Screenshot 2024-09-25 131939](https://github.com/user-attachments/assets/169478c7-a98f-48f3-a4ae-6b018069ca3a)
- 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 ✅