Skip to main content

Overview

Wallet adapters bridge external Stellar wallet extensions with Smart Account Kit’s ExternalSignerManager. The SDK ships with a first-class adapter for @creit-tech/stellar-wallets-kit.

StellarWalletsKitAdapter

@creit-tech/stellar-wallets-kit is a peer dependency that provides a unified interface for Freighter, Lobstr, and other Stellar wallet extensions.

Installation

Usage

StellarWalletsKitAdapterConfig

Custom Adapter

Implement ExternalWalletAdapter to connect any wallet or signing service:

Restoring Connections

On page load, restore previously persisted wallet connections:
This re-connects any external wallets that were active in the previous session.