UNPKG

@xorddotcom/shield

Version:

p align="center" > <img src="https://xord.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F283b98b7-fdae-4e5a-acaf-248242084e4a%2FICON.png?table=block&id=5306223c-a4f7-45d1-9f54-b9a5f4004cd6&spaceId=49976899-64a1-40f

25 lines 872 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.commands = void 0; const actions_1 = require("../actions"); const debug_1 = require("../actions/debug"); exports.commands = [ { name: "init", description: "generates the boilerplate code", action: actions_1.init, }, { name: "compile", description: "compiles the circuits to verifer contracts", option: ["-c, --circuit <value>", "specific circuit to compile"], action: actions_1.compile, }, { name: "debug", description: "debug (display input/output signals, circuit logs, and passed/failed constraints ) and generate a witness file of the circuit", option: ["-c, --circuit <value>", "specific circuit to debug"], action: debug_1.debug, }, ]; //# sourceMappingURL=index.js.map