Skip to content

Commit

Permalink
feat: update website description
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Jan 24, 2024
1 parent 143b3f8 commit 1c43c5e
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions packages/app/src/pages/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,19 +186,21 @@ export const MainPage: React.FC<{}> = (props) => {
}}
>
<span style={{ color: "rgba(255, 255, 255, 0.7)" }}>
Welcome to a demo page for zk-email technology.{" "}
Welcome to a demo page for ZK-Email technology.{" "}
<a href="https://github.com/zk-email-verify/zk-email-verify/">
Our library
</a>{" "}
will allow you to generate zero knowledge proofs proving you received
some email and mask out any private data, without trusting our server
to keep your privacy. This demo is just one usecase that lets you
to keep your privacy. This demo is just one use-case that lets you
prove you own a Twitter username on-chain, by verifying confirmation
emails (and their normally-hidden headers) from Twitter. You can read
more on <a href="https://blog.aayushg.com/posts/zkemail">our blog</a>{" "}
and technical details on{" "}
<a href="https://github.com/zkemail/zk-email-verify">our Github</a>.
If you wish to generate a ZK proof of Twitter badge, you must:
emails (and their normally-hidden headers) from Twitter.
Visit <a href="https://prove.email/blog/zkemail">our blog</a>{" "} to
learn more about ZK Email and you can find the technical details
on how this demo is built {" "}
<a href="https://prove.email/blog/twitter">here</a>.
<br />
If you wish to generate a ZK proof of Twitter badge (NFT), you must:
</span>
<NumberedStep step={1}>
Send yourself a{" "}
Expand Down

0 comments on commit 1c43c5e

Please sign in to comment.