From df07d1094d0111bbef2395e0b1555a8989f01c01 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 29 Feb 2024 13:55:23 +0900 Subject: [PATCH] doc: add sd-jwt resources from Open Wallet Foundation --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a8c3a9e..4fd3566 100644 --- a/readme.md +++ b/readme.md @@ -120,10 +120,11 @@ Notable self-sovereign identity products and services that are in production. - [OIDC4VCI](https://github.com/Sphereon-Opensource/OID4VCI) - A TypeScript library for OpenID for Verifiable Credential Issuance by Sphereon. - [SIOP-OID4VP](https://github.com/Sphereon-Opensource/SIOP-OID4VP) - A TypeScript library for OpenID for Verifiable Presentations and Self-Issued OpenID Provider by Sphereon. - [sdjwt.info](https://www.sdjwt.info/) - A playground environment for decoding and verifying SD-JWTs. +- [sdjwt.co](https://www.sdjwt.co/) - A online tool that allows you to decode, verify, and generate SD-JWTs. +- [sd-jwt-js](https://github.com/openwallet-foundation-labs/sd-jwt-js) - A TypeScript implementation of the SD-JWT & SD-JWT-VC specification from Open Wallet Foundation. - [sd-jwt-ts](https://github.com/blu3beri/sd-jwt-ts) - A TypeScript implementation of the SD-JWT specification. - [did-core](https://github.com/blu3beri/did-core) - A TypeScript implementation of the DID core specification. - ## 🎓 Tutorials & Guides - [Aries Framework JavaScript Tutorials](https://www.youtube.com/playlist?list=PLopHpZBbk8wM4FRFZl3LXeAhz6fbX4_lk) - A playlist of useful beginner tutorials on how to use Aries Framework JavaScript.