Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 435 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 435 Bytes

ZKS (Circuit Breaker 2024)

In order to use, must have rust and noir installed, as well as yarn and node to launch the web app to test the circuit and smart contracts.

Installation

git clone

yarn install

Usage

Set env vars for the smart contract usage:

export VERIFIER_ADDRESS=0x1234

Then run the web app:

yarn dev

Proof Generation

TODO: docs

Proof Verification

TODO: docs