Learn how to combine the Para Modal with Cosmos wallets.
Import components
@getpara/graz/chains
,@alpha you’ll need to generate the chain files. You can:npx graz --generate
manually after installationConfigure chains
Configure the provider
ParaProvider
component by wrapping your application content in the ParaProvider
component. 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+:
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
:
CosmJS
.