-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6db1db1
commit 6bd2130
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<h1 align="center"> | ||
SD-JWT Playground | ||
SD-JWT | ||
</h1> | ||
<h2 align="center"> | ||
SD-JWT Issuer-Holder-Verifier scenarios (Developed part of EWC) | ||
SD-JWT Issuer-Holder-Verifier scenarios (Developed as part of EWC) | ||
</h2> | ||
|
||
<p align="center"> | ||
|
@@ -27,6 +27,14 @@ This repository will host shareable SW code for contributions to [EWC consortium | |
|
||
Ongoing work during 2023-2024 | ||
|
||
## Installation | ||
|
||
sdjwt can be installed (preferably in a `virtualenv`) using `poetry` as follows: | ||
|
||
```bash | ||
$ poetry add git+ssh://[email protected]:decentralised-dataexchange/[email protected] | ||
``` | ||
|
||
## Instructions to run | ||
|
||
1. Clone this repository | ||
|