Skip to content

Fix support for browser ( Metamask ) #30

Open
ghost opened this issue Feb 5, 2022 · 0 comments
Open

Fix support for browser ( Metamask ) #30

ghost opened this issue Feb 5, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 5, 2022

Metamask doesn't injects web3.js to window.web3 https://docs.metamask.io/guide/provider-migration.html ( Current code relies on it

web3 = new Web3(window.web3.currentProvider, null, {
so need to remove ),

Also adding support for various web3 providers and extensions with demo html page would be good.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants