Skip to content

Commit

Permalink
feat: update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
leosayous21 authored Jul 18, 2023
1 parent dead62e commit 1974e94
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions front/src/app/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ const Header: React.FC = () => {
<a href="https://builders.sismo.io"> Join the Telegram Builders Group </a>
</h3>
<p>
1. A contract is deployed with a Sismo Connect Configuration and a Sismo Connect Request <br />
2. The frontend queries the Sismo Connect Configuration and Request from the contract <br />
3. The frontend requests ZK Proofs via Sismo Connect Button <br />
4. The user generates ZK Proofs in their Data Vault and sends the Sismo Connect response to
1. The frontend requests ZK Proofs via Sismo Connect Button <br />
2. The user generates ZK Proofs in their Data Vault and sends the Sismo Connect response to
the frontend <br />
5. The frontend forwards the response to ERC20 smart contract via claimWithSismo function{" "}
3. The frontend forwards the response to ERC20 smart contract via claimWithSismo function{" "}
<br />
6. The smart contract verifies the proofs contained in the response, mints ERC20 tokens and stores
4. The smart contract verifies the proofs contained in the response and stores
verified claims and auths <br />
7. The frontend reads the verified claims and auths from the contract and displays them
5. The frontend reads the verified claims and auths from the contract and displays them
</p>
<div>
<p>
Expand Down

0 comments on commit 1974e94

Please sign in to comment.