Connect to Blocto wallet
// Request account based on specific chain
BloctoSDK.evm.requestAccount(
context = context,
blockchain = Blockchain.ETHEREUM,
onSuccess = { address ->
// wallet connected
},
onError = { error ->
// handle error
}
)Last updated
Was this helpful?