CLI Usage
- Circom Compilation Pipeline
- Noir Compilation Pipeline
Installation
To use the Circuitscan CLI, first install it using npm:
$ npm install -g circuitscan
Login
Generate an API key by connecting your browser wallet at the manage API key page. No transactions are required and this is completely free to use.
Use the login command: circuitscan login <apiKey> to save your generated API Key for later use.
API Key can be specified any of the following ways in order of precedence:
Command line argument
-aor--api-keyCIRCUITSCAN_API_KEYenvironment variable~/.circuitscanJSON user configuration{ "apiKey": "xxx" }