# Testing the Verification Flow

**What We Are Doing:**

* Running through the entire process: issuance, verification, and accessing the dashboard.

**Why:** To ensure all components work together smoothly.

**Steps:**

1. Start the server:

   ```bash
     node src/index.js
   ```
2. Issue a credential by submitting the form and scanning the QR code with the Empe DID Wallet.
3. Click "Authorize with KYC Credential" to request a verification QR code.
4. Scan the verification QR code with the wallet. If you meet the criteria (age ≥ 18), you should be verified.
5. You are redirected to the dashboard, where the user\`s DID and credential attributes are displayed.

If everything works, you\`ve successfully completed the end-to-end flow!
