Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 650 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 650 Bytes

About Project

In this project we illustrated how zksnarks works, with the help of two examples. In polynomial-circuit we illustrated a simple quadratic ciruit and in hash-function we illustrated a complex hash-function.

Tools Required

  1. Install nodejs.
  2. Install snarkjs
npm install -g snarkjs
  1. Install Circom
npm install -g circom

Download the this repo into your local system.

If you have git install then

git clone https://github.com/ashutoshkush81/zksnarks

or goto https://github.com/ashutoshkush81/zksnarks and download the repo.