aztec.js

v0.11.0
AZTEC cryptography library
aztec blockchain confidentiality cryptography ethereum privacy protocol

build

webpack --config ./webpack.dev.js

build:docs

jsdoc --configure ./.jsdoc.json

build:prod

webpack --config ./webpack.prod.js

clean

shx rm -rf ./.nyc_output ./build ./coverage ./coverageEnv ./coverage.json ./dist ./docs || true

coverage

nyc mocha ./test --bail --trace-warnings --exit --colors --recursive --reporter spec

lint

eslint --ignore-path ../../.eslintignore .

publish:docs

yarn build:docs && push-dir --allow-unclean --dir ./docs --branch gh-pages --remote docs --cleanup

test

NODE_ENV=TEST mocha ./test --bail --colors --exit --recursive --reporter spec --timeout 0 --trace-warnings

watch

yarn build --watch

Metadata

Downloads