A utility package for ZK email relayer operations.
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
import { init, parseEmail } from '@zk-email/relayer-utils';
await init();
const email = await parseEmail(emailString);
For development setup, building from source, and contributing to this package, please refer to our Development Guide.
To learn more about:
- Rust: see the Rust documentation
- Node: see the Node documentation
- Bun: see the Bun documentation