pnpm i
to install dependencies
If you are using yarn
, make sure to add -P
to install peer-dependencies
pnpm run circom:dev
to build deterministic development circuits.
pnpm run circom:prod
for production builds (using Date.now()
as entropy)