WALLET SIGN-IN
Create a verified wallet session
Run the live EVM SIWE path end to end: connect wallet, issue nonce, sign, verify, inspect session, and logout.
No active session
Click CONNECT WALLET to open MetaMask or another injected EVM wallet.
01
Request account from injected EVM wallet.
02
Issue a real Dolphin nonce from Cloudflare Worker.
03
Sign SIWE, verify, create session, then read /auth/me.
Connect
Requests an injected EVM account and reads the active chain from the wallet.
Verify
Issues a Worker nonce, signs SIWE, and posts the signature to `/auth/verify`.
Session
Reads `/auth/me` with the issued token and revokes the session on logout.