From e0ca9a956e5b661d41b10b9d50ff54c39d9c6ad1 Mon Sep 17 00:00:00 2001
From: madhavanmalolan
Date: Mon, 22 Jan 2024 10:41:08 -0500
Subject: [PATCH] publish: try
---
content/posts/gdpr-compliance.md | 23 ++
content/posts/try.md | 14 +
public/index.html | 39 ++-
public/index.xml | 10 +-
public/page/2/index.html | 36 +--
public/page/3/index.html | 18 +-
public/posts/audits/index.html | 2 +-
public/posts/duplication-counting/index.html | 2 +-
public/posts/honey-pot/index.html | 2 +-
public/posts/index.html | 39 ++-
public/posts/index.xml | 10 +-
public/posts/network-state-tools/index.html | 2 +-
public/posts/page/2/index.html | 36 +--
public/posts/page/3/index.html | 18 +-
.../posts/reclaim-works-on-tls-1-3/index.html | 2 +-
public/posts/self-sovereign/index.html | 2 +-
public/posts/try/index.html | 269 ++++++++++++++++++
.../usecase-github-contributor/index.html | 2 +-
public/posts/usecase-gsoc/index.html | 2 +-
public/posts/usecase-kyc/index.html | 2 +-
public/posts/usecase-loyalty/index.html | 2 +-
public/posts/usecase-onchain/index.html | 2 +-
public/posts/usecase-personhood/index.html | 2 +-
public/posts/usecases/index.html | 2 +-
.../posts/what-is-reclaimprotocol/index.html | 2 +-
.../posts/yc-founders-nft-airdrop/index.html | 2 +-
public/sitemap.xml | 11 +-
27 files changed, 452 insertions(+), 101 deletions(-)
create mode 100644 content/posts/gdpr-compliance.md
create mode 100644 content/posts/try.md
create mode 100644 public/posts/try/index.html
diff --git a/content/posts/gdpr-compliance.md b/content/posts/gdpr-compliance.md
new file mode 100644
index 0000000..8a6cff2
--- /dev/null
+++ b/content/posts/gdpr-compliance.md
@@ -0,0 +1,23 @@
+---
+title: "Staying GDPR Compliant "
+date: 2024-01-21T16:01:02-05:00
+draft: true
+---
+
+Collecting user data using Reclaim helps you to further your compliance with GDPR. Particularly, GDPR's requirement for explicity consent and purpose limitation.
+
+| In the GDPR, "explicit consent" is detailed under Article 7, which emphasizes that consent must be freely given, specific, informed, and unambiguous, with a clear affirmative action from the data subject. As for "purpose limitation," Article 5(1)(b) states that personal data must be collected for specified, explicit, and legitimate purposes and not further processed in a manner that is incompatible with those purposes. For the full legal text and further details, you can refer to the official GDPR legal text on gdpr-info.eu.
+
+When using Reclaim Protocol, you, the developer would request the data using the following code
+
+```
+const client = new ReclaimClient(appSecret);
+//...
+client.addContext({ message : "Requesting data for Acme Corp Airdrop"});
+/...
+```
+
+When you set the context message in the request, the user is asked to provide an explicit approval to share this information with you.
+When the user signs in and generates a proof of their data, they are also shown the context for this proof that is being requested. When the proof is generated, the proof also contains a cryptographic affirmation from the user that they have generated the proof for this purpose, and this purpose alone. Even if you store this information on your database, you'd also be storing the affirmation the user provided.
+
+As long as you store information and use the information for the stated purpose alone - you are GDPR compliant
diff --git a/content/posts/try.md b/content/posts/try.md
new file mode 100644
index 0000000..3a9cb7a
--- /dev/null
+++ b/content/posts/try.md
@@ -0,0 +1,14 @@
+---
+title: "Try Reclaim"
+date: 2024-01-22T10:36:44-05:00
+draft: false
+---
+
+# Developer App with Sample Integrations
+You can download the "Reclaim Protocol" app from Playstore and App Store
+- [Playstore](https://play.google.com/store/apps/details?id=com.reclaim.protocol)
+- [Appstore](https://apps.apple.com/in/app/reclaim-protocol/id6475267895)
+
+# Try without installing an app
+_Coming Soon_
+
diff --git a/public/index.html b/public/index.html
index bca4c8a..e0cac44 100644
--- a/public/index.html
+++ b/public/index.html
@@ -128,6 +128,19 @@
+
+
+
Developer App with Sample Integrations You can download the “Reclaim Protocol” app from Playstore and App Store
+Playstore Appstore Try without installing an app Coming Soon
+
+
+
+
+
+
@@ -147,7 +160,7 @@ Honeypot Mechanism for additional protocol securit
To discourage attestors from certifying false claims, we want to make this dishonest behavior as financially risky as possible. While the Reporting Mechanism already provides some such financial risk, even more risk can be added through the Honeypot Mechanism. This mechanism which allows users to prepare trap claims, and attestors who accept a bribe to certify a trap claim will get caught in the trap. Trapped attestors are then charged a penalty, and the penalty is given to the user who trapped them as a reward....
-
+
@@ -162,7 +175,7 @@ Onchain Attestations
PolygonID, on Polygon Reclaim Proofs can be created using PolygonID. It can also be stored securely for later use on the PolygonID Wallet.
EAS, on Ethereum, Optimism and Arbitrum Ethereum Attestation Service is a simple attestation framework. One can consume and publish Reclaim Proofs as EAS Attestations....
-
+
@@ -175,7 +188,7 @@ Proof of Personhood in Crypto
Proof of personhood is essential in may dapps including airdrops, DAO voting, and Quadratic funding. However, there are not great solutions to do proof of personhood at scale effectively. Until today.
Existing Solutions WorldID World ID is probably the most well funded startup trying to give a unique ID to every user. However, World ID suffers from three problems - scaling the orbs to several millions so that everyone has access to an Orb, trust on the hardware of the Orb hasn’t been compromised or will not be compromised, sharing biometric data as a privacy concern....
-
+
@@ -188,7 +201,7 @@ Progressive KYC
KYC is a loaded term. Depending on your business, jurisdiction and usecase, you’d have different KYC requirements. Reclaim Protocol works with various customers across the spectrum. In this post, I’ll walk you through some of our customers and how they think about KYC - incase, some of it is suitable to you.
Additionally, a few businesses where KYC requirements are unclear or uncertain - like crypto - we see customers taking the approach of progressive KYC....
-
+
@@ -201,7 +214,7 @@ Onboarding & Loyalty Using Reclaim Protocol
Most apps start with a zerostate for a new user, primarily because there is no data available about the said user. Not any more. Using Reclaim Protocol, app developers can ask their users to import their user profile and activity from a website they already use.
Until today, it was not possible for a user to import their persona from one website into another. This is largely because of unavailability of APIs on most websites....
-
+
@@ -241,20 +254,6 @@ Reclaim Successfully Passed the ZK Circuit Securit
-
-
-
-
-
By Maxwell Allman
-When you log in to your rideshare app, it might say that you’re a 5-star driver. Or when you log in to a banking website, it might say that you’ve never been late on a credit card payment. But how do you prove this information to someone else?
-The Reclaim Protocol lets you take ownership over the data that you receive online. Reclaim lets you share your data with others while:...
-
-
-
-