mirror of
https://github.com/0xPARC/circom-starter.git
synced 2026-01-09 13:58:01 -05:00
chore: Add docs about the --circuit CLI parameter
This commit is contained in:
@@ -23,6 +23,8 @@ See the source projects for full documentation and configuration
|
||||
|
||||
Further, for debugging purposes, you may wish to inspect the intermediate files. This is possible with the `--debug` flag which the `circom:dev` task enables by default. You'll find them (by default) in `artifacts/circom/`
|
||||
|
||||
To build a single circuit during development, you can use the `--circuit` CLI parameter. For example, if you make a change to `hash.circom` and you want to _only_ rebuild that, you can run `yarn circom:dev --circuit hash`.
|
||||
|
||||
## Production builds
|
||||
|
||||
`yarn circom:prod` for production builds (using `Date.now()` as entropy)
|
||||
|
||||
Reference in New Issue
Block a user