Skip to content

Commit

Permalink
GITBOOK-463: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlsCharls authored and gitbook-bot committed Jul 3, 2023
1 parent cfe1195 commit d106907
Show file tree
Hide file tree
Showing 28 changed files with 24 additions and 8 deletions.
Binary file modified .gitbook/assets/Aggregation (4).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/Aggregation (5).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/AppStore (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/AppStore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/Docs_1900x400 (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/Docs_1900x400 (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/Gibook Banner1_1900x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/Gibook Banner2_1900x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/Lottery Registration App (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/Lottery Registration App (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/Lottery Registration App.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/SafeDrop_Case Study (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/SafeDrop_Case Study (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/SafeDrop_Case Study_2 (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/SafeDrop_Case Study_2 (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/SafeDrop_Case Study_2 (3).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/SafeDrop_Case Study_2 (4).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/Selective Disclosure (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/Selective Disclosure (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/Selective Disclosure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/Sismo Connect Flow (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/Sismo Connect Flow (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .gitbook/assets/Sismo Connect Flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
description: Sovereign Identity Aggregator and cryptonative SSO
cover: .gitbook/assets/GITBOOK_1900x400.png
cover: .gitbook/assets/Gibook Banner1_1900x400.png
coverY: 0
layout:
cover:
visible: true
size: hero
size: full
title:
visible: true
description:
Expand Down Expand Up @@ -50,7 +50,7 @@ You can create your own Data Vault and start aggregating your identity [here](ht

Sismo Connect is a crypto-native single sign-on method (SSO) for onchain and offchain apps. Sismo Connect makes it easy for developers to obtain users' personal data by requesting and verifying ZK proofs.

<figure><img src=".gitbook/assets/Sismo Connect Flow (2).png" alt=""><figcaption></figcaption></figure>
<figure><img src=".gitbook/assets/Sismo Connect Flow.png" alt=""><figcaption></figcaption></figure>

Integration is simple with just a few lines of code: import the front-end package or React button to make Sismo Connect requests, and verify proofs in your backend/ smart contracts using Sismo’s Solidity or TypeScript package.

Expand Down Expand Up @@ -85,7 +85,7 @@ Sismo Connect technically let users participate in [proving schemes](how-sismo-w
A proving scheme is a cryptographic method that allows one party (the prover) to prove to another party (the verifier) that a certain statement is true without revealing how it is true—ensuring privacy.
{% endhint %}

<figure><img src=".gitbook/assets/Selective Disclosure.png" alt=""><figcaption></figcaption></figure>
<figure><img src=".gitbook/assets/Selective Disclosure (1).png" alt=""><figcaption></figcaption></figure>

The Data Vault includes the provers, enabling users to generate zero-knowledge proofs (ZKPs) from their Data Sources (proof of ownership/ proof of inclusion in a Data Group). The ZKP is then verified by the application (in a smart contract for onchain apps, in a backend of offchain apps, in a browser/client for p2p apps)

Expand Down
2 changes: 1 addition & 1 deletion build-with-sismo-connect/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Overview

<figure><img src="../.gitbook/assets/Sismo Connect Flow (2).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../.gitbook/assets/Sismo Connect Flow.png" alt=""><figcaption></figcaption></figure>

Integrating Sismo Connect means two things:

Expand Down
22 changes: 19 additions & 3 deletions welcome-to-sismo/what-is-sismo-connect.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
---
description: The crypto-native SSO.
cover: ../.gitbook/assets/Gibook Banner2_1900x400.png
coverY: 0
layout:
cover:
visible: true
size: full
title:
visible: true
description:
visible: true
tableOfContents:
visible: true
outline:
visible: true
pagination:
visible: true
---

# What Is Sismo Connect?
Expand All @@ -12,7 +28,7 @@ Sismo Connect allows developers to implement Zero-Knowledge proofs in their appl

<table data-view="cards"><thead><tr><th data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="broken-reference">Broken link</a></td><td><a href="../.gitbook/assets/Build with Sismo Connect.png">Build with Sismo Connect.png</a></td></tr><tr><td><a href="https://apps.sismo.io">https://apps.sismo.io</a></td><td><a href="../.gitbook/assets/AppStore (1).png">AppStore (1).png</a></td></tr><tr><td><a href="https://case-studies.sismo.io">https://case-studies.sismo.io</a></td><td><a href="../.gitbook/assets/Case Studies.png">Case Studies.png</a></td></tr></tbody></table>

<figure><img src="../.gitbook/assets/Sismo Connect Flow (2).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../.gitbook/assets/Sismo Connect Flow.png" alt=""><figcaption></figcaption></figure>

## Apps can access powerful data at once

Expand All @@ -38,7 +54,7 @@ The case studies below showcase the power of Sismo Connect, demonstrating how it

SafeDrop is a Sybil-resistant and privacy-preserving ERC20 airdrop that distributes AIR tokens to users proportionally based on their reputation, aggregated from diverse sources of data (EVM wallets, Telegram, Twitter and GitHub accounts).

<figure><img src="../.gitbook/assets/SafeDrop_Case Study_2 (2).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../.gitbook/assets/SafeDrop_Case Study_2 (1).png" alt=""><figcaption></figcaption></figure>

By integrating Sismo Connect, SafeDrop users can generate a ZK proof to establish they own accounts making them eligible for the airdrop. No connection between these accounts and the airdrop destination address is ever made.

Expand All @@ -54,7 +70,7 @@ Learn how to build the Sybil-resistant airdrop [here](../build-with-sismo-connec

Sismo built a "Privacy Is Normal" anon lottery. Only Tornado Cash users that have prove some proof of personhood via Gitcoin Passport can enter the lottery to win a printed tribute to the protocol’s revolutionary code or its NFT equivalent.

<figure><img src="../.gitbook/assets/Lottery Registration App_CASE STUDY.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../.gitbook/assets/Lottery Registration App.png" alt=""><figcaption></figcaption></figure>

By integrating Sismo Connect, Privacy Is Normal enables users to generate a ZK proof establishing they own a Tornado Cash depositing address without directly revealing it. In addition, users prove ownership of a Gitcoin Passport to add an effective layer of Sybil resistance, allowing only those users with adequate scores to participate.

Expand Down

0 comments on commit d106907

Please sign in to comment.