https://github.com/vplasencia/circom-snarkjs-boilerplate
Boilerplate to write circom circuits
https://github.com/vplasencia/circom-snarkjs-boilerplate
Last synced: 3 months ago
JSON representation
Boilerplate to write circom circuits
- Host: GitHub
- URL: https://github.com/vplasencia/circom-snarkjs-boilerplate
- Owner: vplasencia
- Created: 2024-01-10T13:57:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T10:41:26.000Z (over 1 year ago)
- Last Synced: 2025-01-22T13:14:41.159Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# circom-snarkjs boilerplate
This is a project to generate all the zk-artifacts for Semaphore v4.
## Run Locally
### Clone the Repository
```bash
git clone https://github.com/vplasencia/circom-snarkjs-boilerplate.git
```### Install dependencies
```bash
yarn
```### Install `snarkjs` globally
```bash
npm install -g snarkjs
```