hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Question about the Proof Workflow #244

Open protomorpher opened 1 year ago

protomorpher commented 1 year ago

Because I didn't get this function (sequence) to work in the demo. How exactly does the proof/validation workflow for VCs under ASP look like? Which functions, endpoints and handlers are used and where is the connection between the referent and the credential ID established? At that point at the latest I have the problem that I always get empty arrays with the ListCredentialsForProofRequestAsync function. Is it possible to create a proof for non-revocable VCs? Can an agent be tested alone or are multiple agents required and what dependencies are needed to start the unit tests, some seem to be missing?