AztecProtocol / ab2

Alpha Build 2 project repository.
3 stars 27 forks source link

Email Based Account #15

Open rajeshb62 opened 1 month ago

rajeshb62 commented 1 month ago

My project creates an email based schnorr account in a aztec wallet (which was built in alpha build 1). User enters email ID and uploads .eml file. We use zkemail.nr to verify 2048b dkim signature, match sender email ID and signature key to create schnorr account. We hash sha256 the email ID into a encryption key for schnorr account.

0xrafi commented 2 weeks ago

please add a gitignore and exclude node_modules folders

rajeshb62 commented 2 weeks ago

Added .gitignore file to exclude node_modules and build artefacts