cchongXD / challenge-credential

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://maxonrow.com

Credential

Problem Statement

  • Especially during pandemic, it's very hard to ensure the genuineness of everyone's credentials. Credentials verification is lack of transparency not tamper-proof.
  • Apart from test results (which could be easily compromised), governments have no way of verifying if a patient has had COVID-19 and is virus-free. What solution can provide tamper-proof while retrievable data only with the right credentials by leveraging Maxonrow's NFT?

Example Solution

  • A methodology or solution to store huge amount of incorruptible records of credentials
  • A methodology or solution to transform digital identity into decentralized identity
  • A methodology or solution to capture, record & verify special credentials accurately

Start Up Credential Project

Step 1 - Start up blockchain localnet

  • Start localnet here

Step 2 - Clone project

  • Clone project $ git clone https://github.com/maxonrow/challenge-credential.git

Step 3 - Navigate to backend

  • Go to directory cd challenge-credential/backend/services/credential-api

Step 4 - Build & run backend

  • run npm i & subsequently with npm run dev & you should see Service is serving http://localhost:8081

Step 5 - Navigate to frontend

  • Go to directory cd challenge-credential/frontend

Step 6 - Build & run frontend

  • run npm i & subsequently with npm run serve & you should see App running at: Local: http://localhost:8082

Step 7 - Checkout article

  • checkout our cookbook on how to design & implement NFT.
  • please! remember to claps, follow & share. we will mint you something! You will find out soon!

Step 8 - Expected output

  • screenshot

About

License:MIT License


Languages

Language:TypeScript 43.2%Language:Vue 36.2%Language:CSS 7.1%Language:JavaScript 6.4%Language:Makefile 3.1%Language:Dockerfile 3.0%Language:HTML 0.9%