Skip to main content
The useParaStellarSigner hook returns a Stellar signer for the user’s Stellar wallet. If the user has multiple Stellar wallets, pass address or walletId to select one. When omitted, the active wallet is used automatically.
Requires @getpara/stellar-sdk-v14-integration and @stellar/stellar-sdk as peer dependencies.
Use the companion mutation hook useParaStellarSignTransaction to sign transactions.

Import

Usage