Manage wallet lifecycle states
Users can have multiple states in their wallet lifecycle: having a wallet, having wallet backups, having certain recovery methods available, and more.
After initializing Portal for your user, it's crucial to determine their wallet's lifecycle state to ensure a healthy wallet state. We provide several helper methods to easily derive the state of your users' wallets:
These methods can be used together to understand the user's wallet state and determine the next steps. For example:
And that's it! You're now helping your users maintain a safe and secure experience with their wallets while using your apps.
Last updated