Wallet Discovery
Create a UI of wallets for user to log in
Discovery UI
// MainActivity.kt
showConnectWalletDialog(this) {
// authentication on user click
}Config
// Create your own UI by supplying wallet provider list as data to an adapter
val providerList = Fcl.config.supportedWallets
// Once you get the user's selected provider, you need to add it to config
Fcl.config.put(Config.Option.SelectedWalletProvider(provider))Last updated
Was this helpful?