woshidama323 / protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Circom 82.5%Language:Solidity 16.7%Language:Shell 0.5%Language:TypeScript 0.3%Language:Makefile 0.0%Language:JavaScript 0.0%