Skip to main content
Sunbreak Documentation home page
Search...
⌘K
Overview
Sunbreak
React SDK
Overview
Getting Started
API
Providers
Overview
Dynamic
Privy
MetaMask / SIWE (EIP‑191)
Solana / Phantom
Smart Contracts
EVM
Sunbreak Documentation home page
Search...
⌘K
Ask AI
Search...
Navigation
Providers
Overview
Home
Home
Providers
Overview
Verify wallet ownership.
Sunbreak supports passing proofs from existing providers to verify wallet ownership. Different provider integrations require slightly different props. Start by selecting your provider to view an example integration.
Strategies
Provider JWT
- Use a token from Dynamic or Privy via
providerAdapter
.
Signed Message
- Use SIWE/EIP‑191 (EVM) or ed25519 (Solana/Phantom) and pass it as
proof
.
Dynamic
Use
@dynamic-labs/sdk-react-core
with an adapter.
Privy
Use
@privy-io/react-auth
with an adapter.
MetaMask / SIWE
EIP‑191 signed message flow.
Solana / Phantom
ed25519 signed message flow.
Previous
Dynamic
Integrate Dynamic with the Sunbreak React SDK via providerAdapter.
Next
⌘I
On this page
Strategies