You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now Metamask provides web3 on the web page for dapps, but it is not accessible from other browser extensions.
Does MetaMask public it's JSON RPC API at the browser extension level to enable cross extension communication? I didn't see that in the documentation.
Our use case:
Maskbook is a browser extension that allows encryption on Facebook and Twitter. The following screenshot is fund Gitcoin grants in Maskbook. Now Maskbook has a built-in eth wallet but it will be nice to call MetaMask to do the payment.
The text was updated successfully, but these errors were encountered:
Hi @Jack-Works, one more thing: you should stop using window.web3, as we will stop injecting it later this year. You should use window.ethereum instead, and bring your own library dependencies. We recommend ethers, but you can also bring your own web3.
Now Metamask provides
web3
on the web page for dapps, but it is not accessible from other browser extensions.Does MetaMask public it's JSON RPC API at the browser extension level to enable cross extension communication? I didn't see that in the documentation.
Our use case:
Maskbook is a browser extension that allows encryption on Facebook and Twitter. The following screenshot is fund Gitcoin grants in Maskbook. Now Maskbook has a built-in eth wallet but it will be nice to call MetaMask to do the payment.
The text was updated successfully, but these errors were encountered: