Package detail

@aztec/dev-utils

AztecProtocol120LGPL-3.02.4.0

Dev utils library for AZTEC packages

aztec, blockchain, confidentiality, cryptography

readme

Dev utils

Dev utils to be shared across AZTEC projects and packages.

Usage

Install the module:

$ yarn add @aztec/dev-utils

And import it in your project:

const aztecDevUtils = require('@aztec/dev-utils');

Contributing

We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.

Please read our contribution guidelines before getting started.

Install Modules

$ yarn install

Build

$ yarn build

Clean

$ yarn clean

changelog

Changelog

v0.12.5

November 7, 2019

  • Remove CRS constant, now defined soley in @aztec/bn128
  • Add EIP712 related schemas and variables for signatures over multiple notes

v0.12.4

September 6, 2019

  • Add PUBLIC_RANGE_PROOF proof ID constant