This guide will walk you through how to create a wallet using the Portal Android SDK.
generate
command initiates the MPC process to create a set of shares. The users share and the wallet address is automatically stored in the user’s secure phone storage.
Once you have a Portal instance, you can now generate a wallet. In the example below, we create a Generate Wallet
button:
generate
function, you will be required to execute the recover
function before you can continue using your Portal wallet.