Wallet Adapters
Backpack

Backpack

Backpack (opens in a new tab) is a multi-chain wallet built by Coral. It supports Solana and Ethereum, and is available as a Chrome extension and mobile app.

Detection

The Backpack adapter detects the wallet via window.backpack.

Supported methods

MethodSupported
connect
disconnect
signTransaction
signAllTransactions
signMessage

Usage

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

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

Backpack injects itself at window.backpack, separate from window.solana. This means it won't conflict with Phantom if both are installed.

Links