Skip to main content

Detecting the Provider

How to detect WELLDONE Wallet

Check window.dapp to determine if your browser has WELLDONE Wallet installed. The wallet is not installed if window.dapp returns undefined.

Example

The following code is a simple example that detects the WELLDONE Wallet.

Live Editor
Result
Loading...