ssi-status 0.8.0

Status Lists implementations for the `ssi` library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Status List Examples

Start the demo status list server:
```console
$ cargo run --example status_list_server -- -t application/vc+ld+json examples/files/local-status-list-credential.jsonld
serving /#statusList at 127.0.0.1:3000...
```

Use the demo status list client to check the revocation status of a credential:
```console
$ cargo run --example status_list_client -- -t application/vc+ld+json examples/files/status_list_revocable_1.jsonld
unrevoked
$ cargo run --example status_list_client -- -t application/vc+ld+json examples/files/status_list_revocable_3.jsonld
REVOKED
```