@zk-email/ether-email-auth-circom

v0.0.2-preview
We provide one main circuit as follows.

test

NODE_OPTIONS=--max_old_space_size=8192 jest

build

mkdir -p build && circom src/email_auth.circom --r1cs --wasm --sym -l ../../node_modules -o ./build

dev-setup

NODE_OPTIONS=--max_old_space_size=16384 npx ts-node scripts/dev-setup.ts --output ./build

gen-input

NODE_OPTIONS=--max_old_space_size=8192 npx ts-node scripts/gen_input.ts

build-body

mkdir -p build && circom src/email_auth_with_body_parsing_with_qp_encoding.circom --r1cs --wasm --sym -l ../../node_modules -o ./build

verify-proofs

NODE_OPTIONS=--max_old_space_size=8192 npx ts-node scripts/verify_proofs.ts
npm i @zk-email/ether-email-auth-circom

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 9/19/2024

Downloads