Skip to content

MonedaIO/relayer-utils

 
 

Repository files navigation

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:

About

Common relayer-related code, in Rust and WASM.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 57.1%
  • Circom 21.3%
  • TypeScript 20.5%
  • JavaScript 1.1%