@aztec/typed-data
Version:
JavaScript library for working with EIP-712 style typed structured data
44 lines (27 loc) • 709 B
Markdown
## Typed Data
JavaScript library for working with typed structured data as defined by EIP-712.
## Usage
Install the module:
```bash
$ yarn add @aztec/typed-data
```
And import it in your project:
```js
const typedData = require('@aztec/typed-data');
```
## Example
## 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
```