Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 745 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 745 Bytes

Citadel Contract

Build Status Repository

This package contains the Citadel contract.

DISCLAIMER: this contract has not gone through an exhaustive security analysis, so it is not intended to be used in a production environment, only for academic purposes.

Usage

First, compile the license circuit (/target/prover and /target/verifier) as follows:

cargo b --release

Then, compile the license contract:

cargo b --target wasm32-unknown-unknown --release

Finally, execute the tests:

cargo t --release