UNPKG

o1js-email-verify

Version:

Implemented using [o1js](https://github.com/o1-labs/o1js), this project is a reimplementation of [zk-email](https://github.com/zkemail/zk-email-verify), leveraging the Mina proving system [Kimchi](https://o1-labs.github.io/proof-systems/specs/kimchi.html#

51 lines (50 loc) 1.42 kB
{ "name": "o1js-email-verify", "version": "0.0.1", "description": "", "author": "", "license": "Apache-2.0", "keywords": [ "mina-zkapp", "mina-zk-app", "mina-dapp", "zkapp", "o1js", "zk-email" ], "type": "module", "main": "build/src/index.js", "types": "build/src/index.d.ts", "scripts": { "build": "tsc", "buildw": "tsc --watch", "coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage", "format": "prettier --write --ignore-unknown **/*", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "testw": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch", "lint": "npx eslint src/* --fix", "tester": "npm run build && node build/src/tester.js", "zkProgram": "npm run build && node build/src/zkProgram.js" }, "devDependencies": { "@babel/preset-env": "^7.16.4", "@babel/preset-typescript": "^7.16.0", "@types/jest": "^27.0.3", "@typescript-eslint/eslint-plugin": "^5.5.0", "@typescript-eslint/parser": "^5.5.0", "eslint": "^8.7.0", "eslint-plugin-o1js": "^0.4.0", "jest": "^28.1.3", "prettier": "^2.3.2", "ts-jest": "^28.0.8", "typescript": "^5.1" }, "peerDependencies": { "o1js": "1.4.*" }, "dependencies": { "@zk-email/helpers": "^6.0.3", "dynamic-sha256": "^0.2.0", "o1js-rsa": "^0.0.1" } }