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:

  1. Run the application:

    npm start
  2. Access http://localhost:3000/ (or use ngrok to expose it publicly and update BASE_URL).

  3. Fill out the form (age, firstName, lastName) and submit.

  4. 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