Skip to content

Commit

Permalink
add: architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
taminobaumann authored Dec 13, 2023
1 parent 89fc298 commit af5d33a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Available for Kotlin/Java and JavaScript environments.
### Services
A set of API's to build issuer, verifier and wallet capabilities into any app.

- **Issuer API** ([Docs](https://docs.oss.walt.id/issuer/api/vc-oid4vc) | [GitHub](https://github.com/walt-id/waltid-identity/tree/main/waltid-issuer-api)) - enable apps issue credentials (W3C JWTs, SD-JWTs and JSON-LD) via OID4VC.
- **Verifier API** ([Docs](https://docs.oss.walt.id/verifier/api/vc-oid4vc) | [GitHub](https://github.com/walt-id/waltid-identity/tree/main/waltid-verifier-api)) - enable apps to verify credentials (W3C JWTs, SD-JWTs and JSON-LD) via OID4VP/SIOPv2.
- **Issuer API** ([Docs](https://docs.oss.walt.id/issuer/api/vc-oid4vc) | [GitHub](https://github.com/walt-id/waltid-identity/tree/main/waltid-issuer-api)) - enable apps issue credentials (W3C JWTs and SD-JWTs) via OID4VC.
- **Verifier API** ([Docs](https://docs.oss.walt.id/verifier/api/vc-oid4vc) | [GitHub](https://github.com/walt-id/waltid-identity/tree/main/waltid-verifier-api)) - enable apps to verify credentials (W3C JWTs and SD-JWTs) via OID4VP/SIOPv2.
- **Wallet API** ([Docs](https://docs.oss.walt.id/wallet/api/getting-started) | [GitHub](https://github.com/walt-id/waltid-identity/blob/main/waltid-web-wallet/README.md)) - extend apps with wallet capabilities to collect, store, manage and share identity credentials and tokens.

### Apps
Expand All @@ -49,3 +49,10 @@ docker run -p 7000:7000 waltid/issuer --webHost=0.0.0.0 --webPort=7000 --baseUrl
docker build -t waltid/verifier -f waltid-verifier-api/Dockerfile .
docker run -p 7001:7001 waltid/verifier --webHost=0.0.0.0 --webPort=7001 --baseUrl=http://localhost:7001
```


## Architecture
The walt.id identity repo is part of The Community Stack, walt.id's collection of open-source products to build identity and wallet solutions. Learn more [here](https://walt.id/blog/p/community-stack).

![waltid-identity-architecture](https://github.com/walt-id/waltid-identity/assets/48290617/54f2273a-b917-45df-8552-8b41358ed843)

0 comments on commit af5d33a

Please sign in to comment.