Hi !
While integrating this wallet using Stellar Wallets Kit for Scaffold Stellar, we ran into two blocking issues:
getAddress() always triggers a connection/permission popup, even when the user is already connected.
getNetwork() is not supported, making it impossible to know which Stellar network is currently active.
Because of this:
- It is not possible to integrate Stellar Wallets Kit without making an exception for your wallet
- There is no reliable way to check whether the user is still connected
- dApps cannot reliably know which Stellar network is currently active
These behaviors force developers to avoid calling standard wallet methods or to implement wallet-specific workarounds.
Supporting a silent getAddress() once permission is granted and implementing getNetwork() would greatly improve developer experience and user safety.
Thanks for looking into this !
Hi !
While integrating this wallet using Stellar Wallets Kit for Scaffold Stellar, we ran into two blocking issues:
getAddress()always triggers a connection/permission popup, even when the user is already connected.getNetwork()is not supported, making it impossible to know which Stellar network is currently active.Because of this:
These behaviors force developers to avoid calling standard wallet methods or to implement wallet-specific workarounds.
Supporting a silent
getAddress()once permission is granted and implementinggetNetwork()would greatly improve developer experience and user safety.Thanks for looking into this !