Testing Credential Issuance
What We Are Doing:
Running the server.
Using the Empe DID Wallet to claim the issued credential.
Why: To ensure everything works as expected before integrating the Verifier.
Steps:
Run the application:
Access
http://localhost:3000/
(or usengrok
to expose it publicly and updateBASE_URL
).Fill out the form (age, firstName, lastName) and submit.
A QR code appears. Open the Empe DID Wallet on your phone and scan it. The credential is now stored in the wallet.
If this works, you have successfully issued a credential. Next, we`ll deploy and integrate the Verifier to check this credential.
Last updated