You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LegitCred-BlockChain-based-Certification-System ⛓️ | Submission for HackVGEC 2023
"Certify with Confidence!"
Features
Approaches
Our Solution - LegitCred 🚀
Technologies we used 👩🏻💻
Project Timeline ⏰
Future Plans for Project 📝
Glimpse of Project LegitCred ✨
Features:
Use of blockchain to create immutable and tamper-proof records
NFT is created for every certificate and the metadata associated with it contains the data of participant
The organization's wallet address is used to store all NFTs belonging to that organization.
Participants can claim ownership of their NFTs by connecting their wallets to the NFT marketplace and if they don't have wallets set up they can simply look from nft marketplace of organization
Certificates can simply be verified having the given URL
Easy access to verified certificates for organizations and their participants
Editable template given on the web-app where the user can drag and drop elements and change the values and update certificate template according to their use
To integrate LegitCred with existing traditional systems, API endpoints are provided
Our Approaches during hack hours and associated loopholes:
1. First Approach without NFT
Certificate converted to blob (Binary Large Object)
Using SHA-256, converting the blob to hash
Storing the hash on BlockChain
Using MongoDB stored and mapped Hash with the respective blob of the certificate.