makluganteng / Circom-Workshop

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 67.9%Language:Shell 17.4%Language:Circom 12.5%Language:JavaScript 1.7%Language:CSS 0.5%