Skip to content

jakubkoci/decentralized-id-workshop-mendelu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decentralized Digital Identity Workshop

Prerequisities

  • Git
  • Node.js v20.x
  • Editor of your choice for writing TypeScript (or JavaScript)

Installation

git clone [email protected]:jakubkoci/decentralized-id-workshop-mendelu.git
cd decentralized-id-workshop
npm install

Run

npm run cli

You should see the following output:

➜  decentralized-id-workshop git:(workshop) ✗ npm run main

> [email protected] main
> tsx src/main.ts

Welcome to the Decentralized Digital Identity Workshop!

Steps

  • Create an account ans log in at https://paradym.id/
    • Set profile name and logo (optional)
  • Create a credential template
  • Initialize agent and
  • Implement receive command
  • Issue a credential from Paradym service
  • Copy & past offer link into the code and run with with receive command
  • Implement present command
  • Create a presentation template
  • Copy & past presentation link into the code and run with with present command
  • Check in Paradym service that presentation was verified and you received only requested attibute

Useful Resources

Framework we're using

SD-JWT-VC online parser

Backend service to issue and verify credentials

Paradym Mobile App

DID Resolver

About

Decentralized Digital Identity Workshop for MENDELU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published