Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1.52 KB

File metadata and controls

70 lines (47 loc) · 1.52 KB

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