Skip to content

Commit a450601

Browse files
authored
readme: add emailwallet.org frontend repository
1 parent b5499d8 commit a450601

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This is a simplified flow, but underneath we use many parameters to ensure secur
8383
<br />
8484

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

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

9796

9897
```
@@ -117,8 +116,6 @@ saved here.
117116
118117
├── /scripts # scripts for registry contracts
119118
120-
├── /frontend # UI to generate emails
121-
122119
├── /utils
123120
├──── /src # Helper functions for email parsing, proving circuits, etc.
124121

0 commit comments

Comments
 (0)