TBD54566975 / web5-kt

Apache License 2.0
7 stars 9 forks source link

PEX Implement evaluatePresentation #319

Open EbonyLouis opened 1 month ago

EbonyLouis commented 1 month ago

Reason

Currently in our docs we have a Verify Credentials Guide showing evalutePresentation however, we're only able to show it in JS. It'd be nice for us to have the functionality there for both JS and KT.

JS code for evaluatePresentation:

const evaluationResults = PresentationExchange.evaluatePresentation({
  presentationDefinition: presentationDefinition,
  presentation: presentationResult.presentation
});

Thanks 💖