Skip to main content
Connect your app directly to a Solana Mobile certified device’s own wallet. The web SDK is available today; React Native and Android are planned. Most apps use the Wallet Standard entry point, which discovers and drives Seeker Connect like any other Wallet Standard wallet — no Seeker-specific code in your connect flow.

Install

The Wallet Standard package pulls in the rest of the SDK transitively. @wallet-standard/app and @wallet-standard/features are the registry helpers most Solana apps already have.

Relay URL

Seeker Connect utilizes Mobile Wallet Adapter’s extended remote communication protocol over a Nostr relay. Any Nostr relay that supports public access and ephemeral events can be used. Solana Mobile provides a Nostr relay that satisfies these requirements and is free to use. Use of the Solana Mobile Nostr relay requires agreement to our terms.

Quick start

1

Register Seeker Connect

Call registerSeekerConnect once, early in your app’s lifecycle. It adds the wallet to the page’s Wallet Standard registry.
2

Discover the wallet

Find Seeker Connect like any other Wallet Standard wallet.
3

Connect

connect() launches the wallet for user consent on the first connection, then returns the authorized accounts.
“Connected” means your app holds a wallet-issued authorization token — there is no long-lived transport. Each interaction runs in its own short-lived session and silently reauthorizes with the cached token, so the user is not re-prompted for consent.
Last modified on September 10, 2026