Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepadayatti committed Oct 22, 2024
1 parent 6db1db1 commit 6bd2130
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
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">
Expand All @@ -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
Expand Down

0 comments on commit 6bd2130

Please sign in to comment.