1
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.
2
Login users with their Abstract Global Wallet
To prompt users to log into your app with their Abstract Global Wallet, use the
loginWithCrossAppAccount
method from the useCrossAppAccounts
hook:3
Sign a message with the user's Abstract Global Wallet
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: