Skip to main content

DAppMetaData interface

the metadata to pass to wallet connection dialog (may show up during the wallet-connection process)

Signature:

export interface DAppMetaData

Remarks

this is only used for wallet connect and wallet link, metamask does not support it

Properties

PropertyModifiersTypeDescription
description?string(Optional) optional - a description of your app
isDarkMode?boolean(Optional) optional - whether to show the connect dialog in darkmode or not
logoUrl?string(Optional) optional - a url that points to a logo (or favicon) of your app
namestringthe name of your app
url?string(Optional) optional - the url where your app is hosted