This repo includes the circuits and smart contracts comprising the privacy protocol used in Crest.
This repository is a fork of the Nocturne Protocol.
- Upstream repo: nocturne-xyz/protocol
- Docs: Nocturne GitBook
yarn installyarn install-deps(installsgsed,circom, andfoundrylibraries)yarn build(builds only contracts)yarn test:unit
Circuits can be built by running yarn build:<circuit-name> from the circuits package directory, or yarn build:all to build all of them at once.