Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zkForms Client

An open source client tool for zkForms to generate Zero Knowledge Proofs locally and use it using the zkforms-frontend.

Using the zkForms Client tool

Enter the whitelisted addresses and the formId in the public.json as:

{
  "whitelisted": [
    "0x0000000000000000000000000000000000000000",
    "0x0000000000000000000000000000000000000000",
    "0x0000000000000000000000000000000000000000",
    "0x0000000000000000000000000000000000000000",
    "0x0000000000000000000000000000000000000000",
    "0x0000000000000000000000000000000000000000",
    "0x0000000000000000000000000000000000000000",
    "0x0000000000000000000000000000000000000000",
    "0x0000000000000000000000000000000000000000",
    "0x0000000000000000000000000000000000000000"
  ],
  "formID": "0"
}

Now, open a terminal in the root directory of the project and run:

node cli.js "Your Private Key"

Now that the proof has been saved in the proof.json file, it can be used to demonstrate that the user is a DAO member and has permission to fill out zkForms.

About

A command line interface to generate Zero Knowledge Proofs for zkForms

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages