Learn how to combine the Para Modal with Solana wallets.
ParaProvider
component by wrapping your application content in the QueryClientProvider
and ParaProvider
components. Pass in the required configuration props:
createLinkedEmbeddedForExternalWallets
prop to indicate which external wallets this setting should be applied to.
'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.
externalWalletConfig
of your ParaProvider
:
externalWalletConfig
of your ParaProvider
:
Web3js
.