@x-multi/sdk · End-to-end test

Calls signInWithXMulti with this page's domain. Opens the X-Multi /sso popup, walks through proof creation with a vault, verifies the result, and reports back here.

Domain:

Popup opens against production — uses vaults from your live xmulti.app account.

What this is testing
  • SDK import path: file:./sdk symlink via root package.json
  • Popup creation: window.open with centred dimensions
  • postMessage round-trip: /sso posts back; SDK origin-checks + session-checks
  • Verify call: /api/verify/[txHash] confirms the proof matches what we asked for
  • Error paths: popup_blocked, popup_closed, timeout, session_mismatch, domain_mismatch, verify_failed, expired
← Back to /test-dapp (paste-hash mode)