# 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:

   ```bash
   node src/index.js
   ```
2. Access `http://localhost:3000/`
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 will deploy and integrate the Verifier to check this credential.
