https://github.com/lilpacy/hardhat-circom-boilerplate
https://github.com/lilpacy/hardhat-circom-boilerplate
boilerplate circom hardhat zkp
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lilpacy/hardhat-circom-boilerplate
- Owner: lilpacy
- Created: 2023-05-01T22:22:42.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T08:16:44.000Z (over 2 years ago)
- Last Synced: 2025-08-31T13:59:08.003Z (11 months ago)
- Topics: boilerplate, circom, hardhat, zkp
- Language: Solidity
- Homepage:
- Size: 4.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## hardhat-circom-boilerplate
```shell
yarn
npx hardhat circom
npx hardhat compile
npx hardhat run scripts/deploy.ts --network {your-network}
```
new circuit
```shell
npx hardhat newcircuit --name multiplier
```
reference
https://github.com/gmchad/zardkat
https://github.com/search?q=%22hardhat-circom%22&type=repositories