@aztec/contract-artifacts
Version:
Smart contract compilation artifacts for the latest version of AZTEC.
42 lines (26 loc) • 723 B
Markdown
## Contract Artifacts
Smart contract compilation artifacts for the latest version of AZTEC.
## Usage
Install the module:
```bash
$ yarn add @aztec/contract-artifacts
```
And import it in your project:
```js
const aztecContractArtifacts = require('@aztec/contract-artifacts');
```
## 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](../../.github/CONTRIBUTING.md) before getting started.
### Install Modules
```bash
$ yarn install
```
### Build
```bash
$ yarn build
```
### Clean
```bash
$ yarn clean
```