From bdae38d3e7625f3ffe7333a01c8aa6c4101ff553 Mon Sep 17 00:00:00 2001 From: Gita Alekhya Paul <54375111+gitaalekhyapaul@users.noreply.github.com> Date: Thu, 23 Feb 2023 02:08:16 +0530 Subject: [PATCH] fix Migrate to Iden3 V2 and Polygon ID V2 #38 --- README.md | 8 +------- client/components/shared/layout.tsx | 5 ----- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 0a516d9..1a55e3a 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,6 @@ Team DreamTeam present deLinZK. Built with ❤️, delivered on ☕, verified by Polygon 🆔 at ETHForAll Online VIII. -# ⚠️ **DISCLAIMER:** The web application is compatible with PolygonID mobile app v1.0.3 - -During the creation of this platform, [`@iden3/js-iden3-auth`](https://github.com/iden3/js-iden3-auth/tree/v0.1.6) was in `v0.1.6`, and PolygonID mobile app was at `v1.0.3`. Due to the recent changes in Iden3 circuits, and Polygon ID mobile app shifting from a custom claim format to a W3C Verifiable Credentials, the web application is incompatible in recent times. - -**But,** we are actively working on it! Track our progress here ✨ [**#38**](https://github.com/jagnani73/ethforall-delinzk/issues/38) -


Video Demo 📼: HERE


# 💡 **Problem Statement** @@ -166,7 +160,7 @@ It has an extensive system architecture to support such actions, as well as a co # ⏭️ **What's next for deLinZK?** -- One of the major aim of deLinZK is to migrate to W3C VC and Iden3 V2 circuits in the next major launch. +- One of the major aim of deLinZK is to make the website more mobile-friendly, using deeplinks and more responsive design. - We need to also figure out a more secure way of storing metadata of the organizations and users. - Code cleanup and documentation never leaves the chat. - Shifting from communicating with e-mail to some Web3 native solution. diff --git a/client/components/shared/layout.tsx b/client/components/shared/layout.tsx index 088c00e..0d7d2a0 100644 --- a/client/components/shared/layout.tsx +++ b/client/components/shared/layout.tsx @@ -4,11 +4,6 @@ import { Topbar } from "./"; const Layout: React.FC = ({ children }) => { return (
- -
{children}