When and How can Link Mode help?
Let’s assume that a user is trying to connect their wallet to a native (mobile) dApp while commuting on a train with spotty internet. Now, if the user wants to sign a message on the dApp using their mobile wallet and the dApp relies on typical WebSocket connections to relay the session request. Due to unstable connectivity, the connection drops or lags, causing the wallet to not receive the sign message request promptly. Using Link Mode, the dApp sends a Universal Link directly to the wallet app. Since this doesn’t rely on maintaining a WebSocket session, the wallet receives the connection or signature request instantly and reliably, even in weak network conditions.Get Started
Android
Get started with Link Mode in WalletKit - Android.
iOS
Get started with Link Mode in WalletKit - iOS.
Flutter
Get started with Link Mode in WalletKit - Flutter.
React Native
Get started with Link Mode in WalletKit - React Native.