{
  "type": "excalidraw",
  "version": 2,
  "source": "https://excalidraw.com",
  "elements": [
    {
      "id": "title",
      "type": "text",
      "x": 400,
      "y": 20,
      "width": 300,
      "height": 35,
      "text": "Credential Issuance Flow",
      "fontSize": 28,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#1e1e1e"
    },
    {
      "id": "issuer-box",
      "type": "rectangle",
      "x": 50,
      "y": 100,
      "width": 120,
      "height": 60,
      "strokeColor": "#6366f1",
      "backgroundColor": "#eef2ff",
      "fillStyle": "solid",
      "roundness": { "type": 3 }
    },
    {
      "id": "issuer-label",
      "type": "text",
      "x": 75,
      "y": 120,
      "width": 70,
      "height": 25,
      "text": "Issuer",
      "fontSize": 20,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#6366f1"
    },
    {
      "id": "skippy-box",
      "type": "rectangle",
      "x": 300,
      "y": 100,
      "width": 120,
      "height": 60,
      "strokeColor": "#8b5cf6",
      "backgroundColor": "#f5f3ff",
      "fillStyle": "solid",
      "roundness": { "type": 3 }
    },
    {
      "id": "skippy-label",
      "type": "text",
      "x": 320,
      "y": 120,
      "width": 80,
      "height": 25,
      "text": "Skippy",
      "fontSize": 20,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#8b5cf6"
    },
    {
      "id": "wallet-box",
      "type": "rectangle",
      "x": 550,
      "y": 100,
      "width": 120,
      "height": 60,
      "strokeColor": "#10b981",
      "backgroundColor": "#ecfdf5",
      "fillStyle": "solid",
      "roundness": { "type": 3 }
    },
    {
      "id": "wallet-label",
      "type": "text",
      "x": 575,
      "y": 120,
      "width": 70,
      "height": 25,
      "text": "Wallet",
      "fontSize": 20,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#10b981"
    },
    {
      "id": "step1",
      "type": "text",
      "x": 50,
      "y": 200,
      "width": 200,
      "height": 20,
      "text": "1. Create Offer (API/UI)",
      "fontSize": 16,
      "fontFamily": 1,
      "strokeColor": "#374151"
    },
    {
      "id": "step2",
      "type": "text",
      "x": 50,
      "y": 260,
      "width": 200,
      "height": 20,
      "text": "2. Send Email to Holder",
      "fontSize": 16,
      "fontFamily": 1,
      "strokeColor": "#374151"
    },
    {
      "id": "step3",
      "type": "text",
      "x": 50,
      "y": 320,
      "width": 200,
      "height": 20,
      "text": "3. Holder Opens Link",
      "fontSize": 16,
      "fontFamily": 1,
      "strokeColor": "#374151"
    },
    {
      "id": "step4",
      "type": "text",
      "x": 50,
      "y": 380,
      "width": 200,
      "height": 20,
      "text": "4. Wallet Requests Credential",
      "fontSize": 16,
      "fontFamily": 1,
      "strokeColor": "#374151"
    },
    {
      "id": "step5",
      "type": "text",
      "x": 50,
      "y": 440,
      "width": 200,
      "height": 20,
      "text": "5. Credential Issued & Stored",
      "fontSize": 16,
      "fontFamily": 1,
      "strokeColor": "#374151"
    },
    {
      "id": "arrow1",
      "type": "arrow",
      "x": 170,
      "y": 130,
      "width": 120,
      "height": 0,
      "strokeColor": "#6366f1",
      "points": [[0, 0], [120, 0]]
    },
    {
      "id": "arrow2",
      "type": "arrow",
      "x": 420,
      "y": 130,
      "width": 120,
      "height": 0,
      "strokeColor": "#8b5cf6",
      "points": [[0, 0], [120, 0]]
    }
  ],
  "appState": {
    "viewBackgroundColor": "#ffffff",
    "gridSize": null
  }
}
