Skip to main content
Sunbreak Documentation home page
Search...
⌘K
Ask AI
Search...
Navigation
Providers
Overview
Home
SDKs
Blockchain
React
Overview
Getting Started
Components
Providers
Overview
Dynamic
Privy
MetaMask / SIWE (EIP‑191)
Solana / Phantom
Svelte
Overview
Getting Started
Components
Examples
On this page
Strategies
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.
Types
Previous
Dynamic
Next
⌘I
Assistant
Responses are generated using AI and may contain mistakes.