-
Notifications
You must be signed in to change notification settings - Fork 41
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
Implement ProofChain Class #110
Comments
Is this feature still planned for development? I would be interested in using (or implementing a simple version of this) for a use case we are currently working on. Related to this feature, I am not entirely certain how Thank you! |
I think the concept of how proof chains would be implemented has changed from being a new property to being a new type of proof, for example We're more than happy for people to experiment with what this would look like via actual implementations! We'd expect the implementation to be a plugin to this library in the same way other LD proof suites are. |
I posted a comment / update in the referenced issue to this extent, but thought I'd share it here as well. I tried to define (perhaps to some extent naively), an initial design for the new The document can be found here. It would be great to receive some feedback, specifically on whether this is moving into the right direction, but also on any identified design issues / unclarities / alternatives, etc. Thank you! |
File:
https://github.com/digitalbazaar/jsonld-signatures/blob/a636acd31bd9fdd0488c9e50a3e1a39500a2ce8a/lib/ProofChain.js
Specification:
https://w3c-ccg.github.io/ld-proofs/#proof-chains
The major difference between a
proofChain
and aproofSet
is that in aproofChain
order matters.The text was updated successfully, but these errors were encountered: