Docs

rainbowConfig

Integrate Rainbow wallet connection in ConnectButton or ConnectEmbed by configuring it in ThirdwebProvider .

Example

import { ThirdwebProvider, rainbowConfig } from "thirdweb/react";
function Example() {
return (
<ThirdwebProvider client={client} wallets={[rainbowConfig()]}>
<App />
</ThirdwebProvider>
);
}

Parameters

Returns

WalletConfig object to be passed into ThirdwebProvider