Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Latest commit

 

History

History
 
 

dev-utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Dev utils

Dev utils to be shared across AZTEC projects and packages.

Usage

Install the module:

$ npm install @aztec/dev-utils --global

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

$ npm install

Build

$ npm run build

Clean

$ npm run clean