@aztec/circuits.js
v0.76.4
Published
Javascript types and helper functions for the aztec circuits.
Keywords
Readme
Circuits.js
Javascript types and helper functions for the aztec circuits.
To run:
yarn && yarn test
Updating Snapshots
The tests will fail if you've made changes to things like the Public Inputs for the rollup/kernel circuits or the accumulators,
logic, or hashes. This is because snapshot data in places like src/abis/__snapshots__ will need to be updated for the tests.
You can update the snapshot data by running
yarn test -uand committing the updated snapshot files.
