Interface DAppMetaData

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

Remarks

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

Hierarchy

  • DAppMetaData

Properties

description?: string

optional - a description of your app

isDarkMode?: boolean

optional - whether to show the connect dialog in darkmode or not

logoUrl?: string

optional - a url that points to a logo (or favicon) of your app

name: string

the name of your app

url: string

the url where your app is hosted

Generated using TypeDoc