Skip to main content
After a user signs a message using the Phantom Connect SDK, verify the signature on your backend to prove they own the wallet.

Get a signature (frontend)

First, have the user sign a message using the SDK:

Verify a signature (backend)

Install dependencies

Verify a Solana signature

API route example (Next.js)