aztec-packages icon indicating copy to clipboard operation
aztec-packages copied to clipboard

allow passing args when using `aztec-postprocess-contracts`

Open twt-- opened this issue 2 months ago • 0 comments

transpile_contract_and_gen_vks.sh currently ignores any provided args. This PR updates the script so that arguments are passed to the bb aztec_process, enabling things like

aztec-postprocess-contracts --input target/mycontract.json

using the aztec-postprocess-contracts helper instead of needing to run bb manually with:

docker run [...] \
  --entrypoint=/path/to/bb \
  aztecprotocol/aztec:3.0.0-devnet.4 \
  aztec_process --input target/mycontract.json

twt-- avatar Nov 07 '25 20:11 twt--