You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use vc-js for a simple issuance and verification flows but am not sure which versions of the classes & packages to use.
In the usage section at https://github.com/digitalbazaar/vc-js#usage, it uses Ed25519VerificationKey2020 and Ed25519Signature2020 but I am not able to get the test snippets to work and there is no end-to-end runnable sample.
I assume that I should be using the 2020 newer versions but am not sure what I'd lose by running the older ones. Which should I use? If I should use the 2020 versions, is there or could you provide a runnable sample?
Thanks,
Keith
The text was updated successfully, but these errors were encountered:
I would like to use vc-js for a simple issuance and verification flows but am not sure which versions of the classes & packages to use.
In the usage section at https://github.com/digitalbazaar/vc-js#usage, it uses Ed25519VerificationKey2020 and Ed25519Signature2020 but I am not able to get the test snippets to work and there is no end-to-end runnable sample.
I am able to run the mocha tests at https://github.com/digitalbazaar/vc-js/blob/master/test/10-verify.spec.js#L7 but they use Ed25519VerificationKey2018 and Ed25519Signature2018.
I assume that I should be using the 2020 newer versions but am not sure what I'd lose by running the older ones. Which should I use? If I should use the 2020 versions, is there or could you provide a runnable sample?
Thanks,
Keith
The text was updated successfully, but these errors were encountered: