@aztec/typed-data
v1.2.0
Published
JavaScript library for working with EIP-712 style typed structured data
Downloads
42
Readme
Typed Data
JavaScript library for working with typed structured data as defined by EIP-712.
Usage
Install the module:
$ yarn add @aztec/typed-data
And import it in your project:
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 before getting started.
Install Modules
$ yarn install
Build
$ yarn build
Clean
$ yarn clean