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.
git clone
yarn install
Set env vars for the smart contract usage:
export VERIFIER_ADDRESS=0x1234
Then run the web app:
yarn dev
TODO: docs
TODO: docs