Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 840 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 840 Bytes

Relayer Utils

A utility package for ZK email relayer operations.

Installation

You can install the package using npm or any other package manager:

npm install @zk-email/relayer-utils

Or using yarn:

yarn add @zk-email/relayer-utils

Or using Bun:

bun add @zk-email/relayer-utils

Usage Example

import { init, parseEmail } from '@zk-email/relayer-utils';

await init();

const email = await parseEmail(emailString);

Development

For development setup, building from source, and contributing to this package, please refer to our Development Guide.

Learn More

To learn more about: