-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API doc? #1
Comments
Hi @linonetwo, At the moment there is nothing of the sort. Part of my struggle while building this platform was thinking about the best way to expose this work to other ecosystems. On the one hand, I could either take the direction of developing a workflow that supports particular credential types. For example, imagine if selecting the credential type in the Another relevant API-like development that is in the works is a CLI that exposes the functionalities of this platform in a command-line environment. This will be a major development that I am looking forward to, as it would allow for automated services and would also be developer friendly :) Kayode |
@linonetwo @kezike So, myself and the Digital Bazaar team are currently working on several libraries related to this. For example: https://github.com/digitalbazaar/jsonld-signatures - This library does the actual Linked Data Signatures that VCs use. https://github.com/w3c/vc-test-suite - A test suite for the VC spec https://github.com/digitalbazaar/vc-js/tree/dev a helper library to create and verify Verifiable Claims. It's currently undocumented, but we're actively working on it this week, to prepare it to pass the vc-test-suite :) |
Yes, thank you @dmitrizagidulin for including this here! I meant to reference this library here, as it was used heavily in |
Can I use this project to build some Web application that uses VC?
What's the JavaScript API? Is there a npm package?
The text was updated successfully, but these errors were encountered: