Wallet Adapters
Solflare

Solflare

Solflare (opens in a new tab) is a Solana-native wallet available as a browser extension and mobile app. It's a popular choice for DeFi and staking.

Detection

The Solflare adapter detects the wallet via window.solflare.

Supported methods

MethodSupported
connect
disconnect
signTransaction
signAllTransactions
signMessage

Usage

No extra configuration is needed. If the user has Solflare installed, it will be detected automatically:

<WankmiProvider endpoint="https://api.mainnet-beta.solana.com">
  <App />
</WankmiProvider>

Solflare injects at window.solflare, which is distinct from window.solana. This avoids conflicts with Phantom when both extensions are active.

Links