Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 452 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 452 Bytes

Nocturne Protocol

This repo includes the circuits and smart contracts comprising the Nocturne protocol.

Getting Started

  • yarn install
  • yarn install-deps (installs gsed, circom, and foundry libraries)
  • yarn build (builds only contracts)
  • yarn test:unit

Building circuits

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.