Skip to content

calvbore/circom-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

circom-workspace

A basic circom project forked from briangu33/circom-starter and inspired by modifications in nulven/zk-browser.

yarn to install dependencies

yarn compile <CIRCUIT_NAME> to compile circuit, generate zkey (deterministic), generate solidity verifier contract, generate a proof for the input.json input, and verify the proof.

yarn verify <CIRCUIT_NAME> <OPTIONAL-INPUT.json> to verify the proof, with optional alternative input json.

yarn draft <CIRCUIT_NAME> <OVERWRITE_EXISTING> to generate a new circuit template, with option to overwrite circuit with existing name.

yarn call <CIRCUIT_NAME> <OPTIONAL-INPUT.json> to generate solidity call data for verifyProof() in verifier.sol, with optional alternative input json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published