Para v2 supports authentication with external wallets, allowing users to connect their existing MetaMask, Phantom, or other wallets to authenticate with your Flutter application. The Flutter SDK maintains blockchain packages (web3dart, solana_web3) to provide direct access to external wallet functionality while integrating with Para’s unified wallet architecture.This guide covers how to implement external wallet authentication and interaction using Para’s connector classes.
External wallet authentication requires deep linking to redirect users back to your app after wallet interaction. Configure this in both iOS and Android.