An open API service indexing awesome lists of open source software.

https://github.com/tea2x/zk-template

circom template to work with hardhat circom
https://github.com/tea2x/zk-template

Last synced: 5 months ago
JSON representation

circom template to work with hardhat circom

Awesome Lists containing this project

README

          

# zk-template
circom template to work with hardhat circom

A modification from https://github.com/gmchad/zardkat.git that works on js (the repo has some weird issues when adding new circuits so I mod it and fix the issues).

#### 1. adding new circuits to the development
npx hardhat newcircuit --name

#### 2. compiling the circuits
npx hardhat circom

#### 2. compiling the solidity verifier
npx hardhat compile

#### 3. test proof generation and solidity verifier
npx hardhat test