Skip to content

A workshop made by me to showcase circom and how to write your very own circuit

Notifications You must be signed in to change notification settings

makluganteng/Circom-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Circom-Workshop

A workshop made by me to showcase circom and how to write your very own circuit. This workshop will be focusing on creating a simple proof of age circuit. which we would be able to vefiry if a person is above 18 or not.

What to install

  • Nodejs
  • Circom
  • Snarkjs
  • Circomlib

How to run circuit

  • Clone the repo git clone https://github.com/makluganteng/Circom-Workshop.git
  • Change directory to cd circuits
  • Run npm install to install all the dependencies
  • Change directory to cd script
  • Run ./run.sh to run the circuit

How to run frontend

  • Change directory to cd frontend
  • Run npm install to install all the dependencies
  • Insert .env file
  • Run npm run dev to run the frontend

About

A workshop made by me to showcase circom and how to write your very own circuit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published