Skip to content

Instantly share code, notes, and snippets.

@Ankarrr
Last active August 10, 2019 08:42
Show Gist options
  • Save Ankarrr/609c96762c4199442a58ed31199fa49b to your computer and use it in GitHub Desktop.
Save Ankarrr/609c96762c4199442a58ed31199fa49b to your computer and use it in GitHub Desktop.
// 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