-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - expose multiple accounts to dapp #1648
Comments
Are you not able to get the address associated with your Metamask? |
Ok, what does you code look like? |
|
Are you able to get the account that is selected or none? |
This is not currently supported by MetaMask, we only inject the selected account, so this is a feature request. I also think it's a duplicate, but can't check now. |
@tmashuang @FlySwatter thanks, sorry, if this is duplicate. I didn't find an original issue. It would be a nice feature. |
relevant as its an overhaul of how accounts are exposed to dapps #537 |
Closing due to inactivity - if this is still a feature you're looking for, feel free to open a new issue. |
Is it possible to get the list of addresses from metamask chrome plugin into js?
I mean not accounts, that can be retrieved from RPC web3.eth.getAccounts(...).
But actually those addresses, which are listed in metamask plugin.
The text was updated successfully, but these errors were encountered: