@aztec/circuit-types

v0.59.0
A package containing circuit dependent types which are relevant through all the Aztec Typescript codebase.

build

yarn clean && tsc -b

build:dev

tsc -b --watch

clean

rm -rf ./dest .tsbuildinfo

formatting

run -T prettier --check ./src && run -T eslint ./src

formatting:fix

run -T eslint --fix ./src && run -T prettier -w ./src

test

NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests
npm i @aztec/circuit-types

Metadata

Downloads