Learn how to combine the Para Modal with Solana wallets.
Install dependencies
Import components
Configure the Solana network
'use client'
directive in Next.js 13+:
dynamic
function to import the provider component with { ssr: false }
.externalWallets
and authLayout
configuration options
to the ParaModal component to control which of the wallets show in the modal that were specified in the provider
configuration.
Optionally, you can pass the createLinkedEmbeddedForExternalWallets
prop to include full Para authentication for specific wallets.
This will add a signature verification step for these wallets and will setup a full Para account for the user, including creating Para wallets according to your APi key settings.
Set the modal props
Solana Web3.js
.