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:
Ensure you have set the ISSUER_URL
and ISSUER_SECRET
in your .env
file.)
Access
http://localhost:3000/
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 will deploy and integrate the Verifier to check this credential.
Last updated