Docs

ConnectEmbed

A component that allows the user to connect their wallet.

it renders the same UI as the ConnectButton component's modal - but directly on the page instead of being in a modal.

It only renders UI if wallet is not connected

Example

<ConnectEmbed
client={client}
appMetadata={{
name: "Example",
url: "https://example.com",
}}
/>;

Parameters

Returns