Skip to content

modagi/snarkjs-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

circom and snarkjs tutorial

This tutorial is about how to use circom and snarkjs, not for understanding it, and based on circom and snarkjs tutorial

Install

yarn install

Compile the circuit

yarn build:circuits

Check circuits(optional)

yarn show
yarn show:constraints

Setup

yarn setup

Create the proof

yarn prove

Verify the proof

yarn verify

Generate the solidity verifier

yarn generate:contracts

Compile the contracts

yarn build:contracts

Generate calldata(optional)

yarn generate:calldata

Test

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published