From 6dd661cdc8b4e99120e3b5c828cb7dd97d8dbc24 Mon Sep 17 00:00:00 2001 From: Sud0-AP Date: Tue, 27 Jun 2023 11:06:57 +0530 Subject: [PATCH 1/3] challenge 1 --- challenge-1.md | 29 ----------------------------- solution-1.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 29 deletions(-) delete mode 100644 challenge-1.md create mode 100644 solution-1.md diff --git a/challenge-1.md b/challenge-1.md deleted file mode 100644 index 51d8d53..0000000 --- a/challenge-1.md +++ /dev/null @@ -1,29 +0,0 @@ -# Challenge 1 - -## Description - -> **🤿 Dive into the documentation of Polygon ID** - -This challenge invites you to explore the Polygon ID Documentation and create a captivating Twitter thread sharing your insights and perspectives on the potential impact of Polygon ID. - -Alternatively, you can create a 30-second video highlighting the potential of Polygon ID. - -## 📝 Step-by-Step Guide: - -1️⃣ Step into the Documentation: Begin by familiarizing yourself with the core features, functionality, and integration possibilities offered by Polygon ID. - -Link to the documentation: [Polygon ID](https://0xpolygonid.github.io/tutorials/) - -2️⃣ Find Inspiration: Reflect on your understanding of Polygon ID and brainstorm unique insights or use cases that highlight the potential Polygon ID can address existing challenges, enhance security, or unlock new opportunities across various dApps. - -3️⃣ Thread your Thoughts: Compose a Twitter thread sharing your insights and perspectives on the potential impact of Polygon ID. - -4️⃣ Post your Thread on Twitter with the following hashtag **#idthon** and icons 🆔👀 - -5️⃣ Make your submission [here](https://airtable.com/shrNCmi6zP4RDklNi) - -Alternatively, you can create a 30-second video highlighting the potential of Polygon ID. - -## Reward(s) 🎁 - -Receive a unique and NFT profile picture (PFP) diff --git a/solution-1.md b/solution-1.md new file mode 100644 index 0000000..85b1b3f --- /dev/null +++ b/solution-1.md @@ -0,0 +1,15 @@ +# Challenge 1 + +## Description + +> **🤿 Dive into the documentation of Polygon ID** + +This challenge invites you to explore the Polygon ID Documentation and create a captivating Twitter thread sharing your insights and perspectives on the potential impact of Polygon ID. + +Alternatively, you can create a 30-second video highlighting the potential of Polygon ID. + +## 📝 Twitter thread: + +[Click Here](https://twitter.com/0xSud0_/status/1673559550652485632) + +With this I submit my solution to Challenge 1 ! From 193e6e55253239422e8fa78a9098f2d24685f04e Mon Sep 17 00:00:00 2001 From: Ayan Panchariya <111333760+Sud0-AP@users.noreply.github.com> Date: Wed, 28 Jun 2023 23:44:46 +0530 Subject: [PATCH 2/3] Update and rename challenge-2.md to solution-2.md --- challenge-2.md | 33 --------------------------------- solution-2.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 33 deletions(-) delete mode 100644 challenge-2.md create mode 100644 solution-2.md diff --git a/challenge-2.md b/challenge-2.md deleted file mode 100644 index 0b758ee..0000000 --- a/challenge-2.md +++ /dev/null @@ -1,33 +0,0 @@ - ## 🌟 Challenge 2 - -## Description: Build a verifiable Credential Website/dApp 🚪 - -Welcome to the Verifiable Credential Challenge! In this exciting challenge, participants are invited to create a website or app that leverages Polygon ID to enforce specific access requirements. By utilizing verifiable credentials, you can build a gated digital experience where access is granted only to those who meet certain predefined criteria. - -**🔍 Challenge Objective**: Design and develop a website or app that utilizes Verifiable Credentials to implement access restrictions. Examples could include *age verification*, *membership proof*, or any other creative use case where credentials are required to access certain features or content. - -## 📝 Steps to Participate: - -1️⃣ Visit the GitHub repository for detailed instructions and resources: [GitHub Repo Link](https://github.com/oceans404/fullstack-polygon-id-vc-gated-dapp) This is a template that you can use for your Verifiable Credential gated website or dApp. - -2️⃣ Familiarize yourself with Polygon ID and specially Verifier SDK and their role in digital identity verification. You may refer the docs [here](https://0xpolygonid.github.io/tutorials/) and a detailed video from Steph explaining the [**Verifier SDK**](https://drive.google.com/file/d/1ZCFpnxOi-nWYUoGrGbSEcjIf1Vmb35NP/view?usp=sharing) - -3️⃣ Brainstorm and choose an access control scenario for your website/app. Consider creative ideas that require the use of Verifiable Credentials. - -4️⃣ Use the provided resources in the GitHub repo to understand the technical implementation. - -5️⃣ Design and develop your website/app, integrating Polygon ID. - -6️⃣ Test your implementation thoroughly to verify the effectiveness of the Verifiable Credential gating mechanism. - -7️⃣ Document your process, challenges faced, and solutions implemented. - -8️⃣ Submit your completed project details [**here**](https://airtable.com/shrNCmi6zP4RDklNi) - -**NOTE:** Add the link to the GitHub repo in `solution-2.MD` file, and then while adding the details in the submission, follow the [guidelines](https://github.com/Polygon-Advocates/idThon/blob/main/pull_request_template.md) mentioned in the IDThon GitHub. - -## Reward(s) - -🎁 Get **cool swags** and an **exclusive PFP** as rewards for your outstanding work! - - diff --git a/solution-2.md b/solution-2.md new file mode 100644 index 0000000..1c52870 --- /dev/null +++ b/solution-2.md @@ -0,0 +1,13 @@ + ## 🌟 Challenge 2 + +## Description: Build a verifiable Credential Website/dApp 🚪 + +Welcome to the Verifiable Credential Challenge! In this exciting challenge, participants are invited to create a website or app that leverages Polygon ID to enforce specific access requirements. By utilizing verifiable credentials, you can build a gated digital experience where access is granted only to those who meet certain predefined criteria. + +**🔍 Challenge Objective**: Design and develop a website or app that utilizes Verifiable Credentials to implement access restrictions. Examples could include *age verification*, *membership proof*, or any other creative use case where credentials are required to access certain features or content. + +## 📝 Solution: + +Link to the github repository : [Click here](https://github.com/Sud0-AP/Polygon-ID-VC-Gated-College-Material-Website) +Link to my tweet explaing the project : [Click Here](https://twitter.com/0xSud0_/status/1674118914920562688) + From 1bc08314222ad58703b79990920b2dc75a75e28a Mon Sep 17 00:00:00 2001 From: Ayan Panchariya <111333760+Sud0-AP@users.noreply.github.com> Date: Thu, 6 Jul 2023 08:24:11 +0530 Subject: [PATCH 3/3] Update and rename challenge-3.md to solution-3.md --- challenge-3.md => solution-3.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) rename challenge-3.md => solution-3.md (71%) diff --git a/challenge-3.md b/solution-3.md similarity index 71% rename from challenge-3.md rename to solution-3.md index a993a9d..e106bd7 100644 --- a/challenge-3.md +++ b/solution-3.md @@ -31,15 +31,9 @@ Participate now and stand a chance to win a share of the $4500 [$1500 each team 7️⃣ The decision of the judges is final and binding. -## 📋 How to Participate: - -1. Form a team of up to 4 members, bringing together a diverse set of skills. - -2. Build a thing that highlights your innovative use of Polygon ID tools. - -3. Prioritize a seamless user experience and clearly communicate access requirements. - -4. Submit your completed project [**here**](https://airtable.com/shrNCmi6zP4RDklNi) before the deadline, following the [guidelines](https://github.com/Polygon-Advocates/idThon/blob/main/pull_request_template.md) provided in the challenge repository. - - -🏆 **Evaluation Criteria:** Projects will be evaluated based on the innovative use of Polygon ID, user experience UX, and the overall quality of your submission. +## 📋 Solution: + +I have made a Modular Hardware Wallet for Polygon ID where users can scan their card and verify their identity using a password seamlessly and interact with verifier servers easily ! + +Github Repository: [Click](https://github.com/Sud0-AP/Polygon-ID-Hardware-Wallet/tree/main) +Demo Video : [Click](https://youtu.be/euoEZ8p4uLk)