[Ethereum] How to inject Web3 into Remix IDE

remixsolidity

when going on to the remix IDE, i get the error

No injected Web3 provider found. Make sure your provider (e.g. MetaMask) is active and running (when recently activated you may have to reload the page).

after trying to switch the environment on Remix IDE from JavaScript VM to injected web3. I tried using a http connection as well and it didnt work. I am trying to inject web3 into remix IDE using MetaMask and I cannot switch my environment to injected web3 because of the error I mentioned above. All help is appreacited, thank you.

ANSWER:

Once I switched to FireFox the web3 was injected. The web3 only worked on firefox

Best Answer

I have faced a similar issue. Using HTTP instead of https solved. hape this might help.

Related Topic