What options are there apart from metamask?

thomasgthomasg Member Posts: 6
Hi,

I am wondering what are the different providers that can be used?

So I have a form and do getAccounts() when they have metamask and are logged in it can get the balance and show it on the website. Awesome.

Which other providers are there apart from metamask, that will provide the same functionality?

Greets

Comments

  • FromCtoSolidityFromCtoSolidity Member Posts: 4
    Mobile version of Opera browser supports web3.
    The await ethereum.enable(); instruction that brings on the screen Metamask's wallet in Desktop Chrome(imum) does the same in mobile Opera. Unfortunately last time I checked mobile version of Metamask does not work with Chrome browser on Android phone. Mobile Metamask is a plugin for FireFox browser, not Chrome. And with mobile FireFox the await ethereum.enable(); instruction does not bring wallet to the screen.
    And than there is a Mist browser that comes with the following warning: "Due to a vulnerability affecting all released versions of the Mist beta browser, we urge you for the time being, not to browse untrusted websites with Mist. Users of "Ethereum Wallet" desktop app are not affected."
Sign In or Register to comment.