- Git
- Node.js v20.x
- Editor of your choice for writing TypeScript (or JavaScript)
git clone [email protected]:jakubkoci/decentralized-id-workshop-mendelu.git
cd decentralized-id-workshop
npm install
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!
- 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
Framework we're using
SD-JWT-VC online parser
Backend service to issue and verify credentials
Paradym Mobile App
- https://github.com/animo/paradym-wallet/
- https://docs.paradym.id/workflow-builder/integrating-with-a-holder-wallet/paradym-wallet
DID Resolver