Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 ✅