https://github.com/decentralised-dataexchange/sdjwt
This repository will host shareable SW code for contributions towards EWC (European Wallet Consortium) from iGrant.io (Sweden). Currently, it hosts code towards SD-JWT implementations as an issuer, holder and verifier of Type 1 credentials as per the ARF.
https://github.com/decentralised-dataexchange/sdjwt
Last synced: 3 months ago
JSON representation
This repository will host shareable SW code for contributions towards EWC (European Wallet Consortium) from iGrant.io (Sweden). Currently, it hosts code towards SD-JWT implementations as an issuer, holder and verifier of Type 1 credentials as per the ARF.
- Host: GitHub
- URL: https://github.com/decentralised-dataexchange/sdjwt
- Owner: decentralised-dataexchange
- License: apache-2.0
- Created: 2023-06-20T17:11:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T11:54:10.000Z (over 1 year ago)
- Last Synced: 2025-02-14T12:36:46.058Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 313 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SD-JWT
SD-JWT Issuer-Holder-Verifier scenarios (Developed as part of EWC)
About •
Release Status •
Instructions to run •
Contributing •
Licensing
## About
This repository will host shareable SW code for contributions to [EWC consortium](https://eudiwalletconsortium.org/). Currently, it hosts code towards SD-JWT implementations as an issuer, holder and verifier of Type 1 credentials as per the [ARF](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework).
## Release Status
Ongoing work during 2023-2024
## Installation
sdjwt can be installed (preferably in a `virtualenv`) using `poetry` as follows:
```bash
$ poetry add git+ssh://git@github.com:decentralised-dataexchange/sdjwt.git@2024.5.1
```
## Instructions to run
1. Clone this repository
2. Run `docker-compose up`
3. For issuer-holder scenarios, use this link - http://127.0.0.1:8888/lab/tree/notebooks/sd-jwt/issuer_holder_scenarios.ipynb
4. For holder-verifier scenarios, use this link - http://127.0.0.1:8888/lab/tree/notebooks/sd-jwt/holder_verifier_scenarios.ipynb
## Contributing
Feel free to improve the plugin and send us a pull request. If you find any problems, please create an issue in this repo.
## Licensing
Copyright (c) 2021-24 LCubed AB (iGrant.io), Sweden
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.