πͺIntegrating the Widget
WalletChat widget integration steps for react-wallet-chat NPM package
Custom Integration Steps
<WalletChatProvider>
<FunctionalComponent {...pageProps} />
<WalletChatWidget
connectedWallet={
address && activeConnector && chainId
? {
walletName: activeConnector.name,
account: address,
chainId: chain.id,
}
: undefined
}
/>
<WalletChatProvider>Last updated