Skip to content

Commit

Permalink
Add VC-API project
Browse files Browse the repository at this point in the history
Signed-off-by: Tracy Kuhrt <[email protected]>
  • Loading branch information
tkuhrt committed Nov 1, 2023
1 parent 45a69a5 commit c93af5f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/projects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ Projects in the OpenWallet Foundation follow the [project lifecycle](../governan
| 2023-May-17 | [SD-JWT Kotlin](./sd-jwt-kotlin.md) | Lab |
| 2023-May-17 | [SD-JWT Python](./sd-jwt-python.md) | Lab |
| 2023-Aug-09 | [Farmworker Wallet OS](./fwos.md) | Lab |
| 2023-Sep-28 | [VC API](./vc-api.md) | Lab |
| 2023-Oct-05 | [Wallet Framework .NET](./wallet-framework-dotnet.md) | Lab |
19 changes: 19 additions & 0 deletions docs/projects/vc-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# VC API

## Project Description

The VC API is specification for a set of APIs for VC lifecycle management (https://w3c-ccg.github.io/vc-api/). This includes operations such as credential issuance, verification, and exchange. It is a W3C CCG work item and, as of the submission of this proposal, it is in “draft community report” status.

The VC API’s design is informed by use cases across a range of domains. Several of these use cases are collected in a working group note (https://w3c-ccg.github.io/vc-api-use-cases/).

This project is an implementation of the VC API. The implementation aims to enable organizations and individuals to effortlessly conduct SSI operations over HTTP without requiring technical expertise, making it seamless to integrate into existing projects.

<!---
## Source Repositories
- [openwallet-foundation-labs/vc-api](https://github.com/openwallet-foundation-labs/vc-api)
--->

## Chat Channel

- [#vc-api](https://discord.com/channels/1022962884864643214/1157008901020073994) on the [OpenWallet Foundation Discord server](https://discord.gg/openwalletfoundation)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ nav:
- Farmworker Wallet OS: projects/fwos.md
- SD-JWT Kotlin: projects/sd-jwt-kotlin.md
- SD-JWT Python: projects/sd-jwt-python.md
- VC-API: projects/vc-api.md
- Wallet Framework .NET: projects/wallet-framework-dotnet.md
- Special Interest Groups:
- SIGs/index.md
Expand Down

0 comments on commit c93af5f

Please sign in to comment.