Last active
August 10, 2019 08:42
-
-
Save Ankarrr/609c96762c4199442a58ed31199fa49b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Dapp SDK | |
| window.ethereum.isDappSdk | |
| > True | |
| window.ethereum.dappSdk.version | |
| > "0.1.0" | |
| // MetaMask | |
| window.ethereum.isMetaMask | |
| > True | |
| // Dapper | |
| window.ethereum.isDapper | |
| > True | |
| // Torus | |
| window.ethereum.isTorus | |
| > True | |
| // Portis | |
| window.ethereum.isPortis | |
| > True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment