You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also wondering if this should apply to other commands that take both a circuit name and and input, perhaps we can accept <circuit-pattern> <input> so that multiple circuits are given by the pattern, but only one input name is used (e.g. default.json for all of them). What do you think?
npx circomkit compile *
should compile everything incircuits.json
npx circomkit compile
by itself can default to the command abovenpx circomkit compile mul_*
could complie circuits likemul_1, mul_2, mul_xx
.The text was updated successfully, but these errors were encountered: