From aaf11ca65194bda34e0c451d36613139d4eb7aea Mon Sep 17 00:00:00 2001 From: Vib-UX Date: Thu, 6 Jul 2023 05:48:45 +0530 Subject: [PATCH 1/3] polygonID:-> twitter thread --- solution-1.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 solution-1.md diff --git a/solution-1.md b/solution-1.md new file mode 100644 index 0000000..b757955 --- /dev/null +++ b/solution-1.md @@ -0,0 +1 @@ +https://twitter.com/crypto_vib/status/1676746106410274816?s=20 \ No newline at end of file From 94c462a70da7d67b6339646e0467d76f62b65270 Mon Sep 17 00:00:00 2001 From: Vib-UX Date: Thu, 6 Jul 2023 06:26:40 +0530 Subject: [PATCH 2/3] project docs with repo link --- solution-2.md | 36 ++++++++++++++++++++++++++++++++++++ solution-3.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 solution-2.md create mode 100644 solution-3.md diff --git a/solution-2.md b/solution-2.md new file mode 100644 index 0000000..47d897c --- /dev/null +++ b/solution-2.md @@ -0,0 +1,36 @@ +# Project Documentation + +## Bank Loan Approval Web App Leveraging Polygon ID + +🏦🔗 The goal of this project was to build a web application for Bank Loan Approval that leverages Polygon ID as a unique identifier on the Polygon network. The web app enables users to apply for a bank loan and utilizes the Polygon ID to verify their identity and eligibility for the loan. + +- [x] **Project Repo Link:** [https://github.com/Vib-UX/IDThon](https://github.com/Vib-UX/IDThon) + + +## Challenges Faced + +### Custom Issuer Node Setup +Setting up a custom issuer node for the web app presented several challenges: +- Ensuring compatibility of the custom issuer node with the chosen blockchain platform. +- Resolving configuration and dependency conflicts. +- Testing and validating the issuer node's functionality. 🧩🔍🚀 + +### Ngrok Port Forwarding for Issuer Node Access +Configuring ngrok for secure external access to the custom issuer node's API endpoints posed challenges: +- Setting up ngrok to tunnel traffic to the issuer node. +- Ensuring secure and reliable communication. +- Managing ngrok configurations for changing issuer node setups. 🔒🌐🛠️ + +### Custom Schema Type Specific to Our Web App +Designing a custom schema type specific to the web app's requirements involved challenges such as: +- Determining necessary data attributes and structure. +- Ensuring compatibility with the issuer node and blockchain platform. +- Validating and testing the custom schema. 💡💻🔍 + +### Verifier Multi-Requests Clubbing for Single Proof Generation +Aggregating multiple verification requests for efficient proof generation by the verifier presented challenges like: +- Designing a scalable system to handle multiple requests. +- Ensuring data privacy and security during the aggregation process. +- Optimizing proof generation for improved efficiency. 🔄🔐⚡ + +These challenges were overcome through research, consultation, and thorough testing and validation processes. 📚🤝✅ diff --git a/solution-3.md b/solution-3.md new file mode 100644 index 0000000..47d897c --- /dev/null +++ b/solution-3.md @@ -0,0 +1,36 @@ +# Project Documentation + +## Bank Loan Approval Web App Leveraging Polygon ID + +🏦🔗 The goal of this project was to build a web application for Bank Loan Approval that leverages Polygon ID as a unique identifier on the Polygon network. The web app enables users to apply for a bank loan and utilizes the Polygon ID to verify their identity and eligibility for the loan. + +- [x] **Project Repo Link:** [https://github.com/Vib-UX/IDThon](https://github.com/Vib-UX/IDThon) + + +## Challenges Faced + +### Custom Issuer Node Setup +Setting up a custom issuer node for the web app presented several challenges: +- Ensuring compatibility of the custom issuer node with the chosen blockchain platform. +- Resolving configuration and dependency conflicts. +- Testing and validating the issuer node's functionality. 🧩🔍🚀 + +### Ngrok Port Forwarding for Issuer Node Access +Configuring ngrok for secure external access to the custom issuer node's API endpoints posed challenges: +- Setting up ngrok to tunnel traffic to the issuer node. +- Ensuring secure and reliable communication. +- Managing ngrok configurations for changing issuer node setups. 🔒🌐🛠️ + +### Custom Schema Type Specific to Our Web App +Designing a custom schema type specific to the web app's requirements involved challenges such as: +- Determining necessary data attributes and structure. +- Ensuring compatibility with the issuer node and blockchain platform. +- Validating and testing the custom schema. 💡💻🔍 + +### Verifier Multi-Requests Clubbing for Single Proof Generation +Aggregating multiple verification requests for efficient proof generation by the verifier presented challenges like: +- Designing a scalable system to handle multiple requests. +- Ensuring data privacy and security during the aggregation process. +- Optimizing proof generation for improved efficiency. 🔄🔐⚡ + +These challenges were overcome through research, consultation, and thorough testing and validation processes. 📚🤝✅ From b39425dae6a4bab255955440c508d6e9e489bf58 Mon Sep 17 00:00:00 2001 From: Vib-UX Date: Thu, 6 Jul 2023 06:50:51 +0530 Subject: [PATCH 3/3] project repo link and video demo --- solution-2.md | 8 ++++---- solution-3.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/solution-2.md b/solution-2.md index 47d897c..53792cf 100644 --- a/solution-2.md +++ b/solution-2.md @@ -6,12 +6,14 @@ - [x] **Project Repo Link:** [https://github.com/Vib-UX/IDThon](https://github.com/Vib-UX/IDThon) +- [x] **Project Video Link:** [Google Drive](https://drive.google.com/file/d/1VWB7o7XoefFVgIbCCaSMMK1reIlwLTn5/view?usp=sharing) + ## Challenges Faced ### Custom Issuer Node Setup Setting up a custom issuer node for the web app presented several challenges: -- Ensuring compatibility of the custom issuer node with the chosen blockchain platform. +- Setting up self-hosted issuer node - Resolving configuration and dependency conflicts. - Testing and validating the issuer node's functionality. 🧩🔍🚀 @@ -24,13 +26,11 @@ Configuring ngrok for secure external access to the custom issuer node's API end ### Custom Schema Type Specific to Our Web App Designing a custom schema type specific to the web app's requirements involved challenges such as: - Determining necessary data attributes and structure. -- Ensuring compatibility with the issuer node and blockchain platform. +- Ensuring compatibility with the issuer node - Validating and testing the custom schema. 💡💻🔍 ### Verifier Multi-Requests Clubbing for Single Proof Generation Aggregating multiple verification requests for efficient proof generation by the verifier presented challenges like: -- Designing a scalable system to handle multiple requests. -- Ensuring data privacy and security during the aggregation process. - Optimizing proof generation for improved efficiency. 🔄🔐⚡ These challenges were overcome through research, consultation, and thorough testing and validation processes. 📚🤝✅ diff --git a/solution-3.md b/solution-3.md index 47d897c..53792cf 100644 --- a/solution-3.md +++ b/solution-3.md @@ -6,12 +6,14 @@ - [x] **Project Repo Link:** [https://github.com/Vib-UX/IDThon](https://github.com/Vib-UX/IDThon) +- [x] **Project Video Link:** [Google Drive](https://drive.google.com/file/d/1VWB7o7XoefFVgIbCCaSMMK1reIlwLTn5/view?usp=sharing) + ## Challenges Faced ### Custom Issuer Node Setup Setting up a custom issuer node for the web app presented several challenges: -- Ensuring compatibility of the custom issuer node with the chosen blockchain platform. +- Setting up self-hosted issuer node - Resolving configuration and dependency conflicts. - Testing and validating the issuer node's functionality. 🧩🔍🚀 @@ -24,13 +26,11 @@ Configuring ngrok for secure external access to the custom issuer node's API end ### Custom Schema Type Specific to Our Web App Designing a custom schema type specific to the web app's requirements involved challenges such as: - Determining necessary data attributes and structure. -- Ensuring compatibility with the issuer node and blockchain platform. +- Ensuring compatibility with the issuer node - Validating and testing the custom schema. 💡💻🔍 ### Verifier Multi-Requests Clubbing for Single Proof Generation Aggregating multiple verification requests for efficient proof generation by the verifier presented challenges like: -- Designing a scalable system to handle multiple requests. -- Ensuring data privacy and security during the aggregation process. - Optimizing proof generation for improved efficiency. 🔄🔐⚡ These challenges were overcome through research, consultation, and thorough testing and validation processes. 📚🤝✅