Skip to content

Commit

Permalink
docs: add emailwallet.org repository
Browse files Browse the repository at this point in the history
  • Loading branch information
saugardev committed Dec 9, 2024
1 parent b5499d8 commit e17cdf5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This is a simplified flow, but underneath we use many parameters to ensure secur
<br />

## ☞ Directory structure
This is a mono-repo that contains the circom circuits, smart contracts, the relayer and a prover server.
This is a mono-repo that contains the circom circuits, smart contracts, the relayer and a prover server. The frontend code is located in a separate repository at [emailwallet.org](https://github.com/zkemail/emailwallet.org).

- `packages/circuits` contains the circom circuits, tests, scripts to generate zkeys, vkeys, and helper functions to generate circuit inputs.
- `packages/contracts` contains the solidity contracts, tests, and scripts to deploy the wallet.
Expand All @@ -92,7 +92,6 @@ This is a mono-repo that contains the circom circuits, smart contracts, the rela
- `packages/utils` contains helper functions to help parse emails, and prove circuits.
- `packages/subgraph` indexes events generated by circuits- mainly used by the Relayer for PSI communication.
- `packages/scripts` contains scripts to generate data for the registry contracts.
- `packages/frontend` contains the UI to generate emails.


```
Expand All @@ -117,8 +116,6 @@ saved here.
├── /scripts # scripts for registry contracts
├── /frontend # UI to generate emails
├── /utils
├──── /src # Helper functions for email parsing, proving circuits, etc.
Expand Down

0 comments on commit e17cdf5

Please sign in to comment.