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

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

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
```