Enable Abstract integration
From the Privy dashboard, navigate to Global Wallet > Integrations.Scroll down to find Abstract and toggle the switch to enable the integration.Note the provider app id, you will need it in the next step.
Login users with their Abstract Global Wallet
- React
- React Native
To prompt users to log into your app with their Abstract Global Wallet, use the
loginWithCrossAppAccount method from the useCrossAppAccounts hook:Sign a message with the user's Abstract Global Wallet
- React
- React Native
To prompt users to sign a message with their Abstract Global Wallet, use the Refer to Using Global Wallets for more details.
signMessage method from the useCrossAppAccounts hook:
