lesson2:deploy first contract #6715
Replies: 1 comment
-
Hi there @sjkandlion, the error "No injected provider found" typically occurs when Remix IDE cannot detect the MetaMask extension or another web3 provider in your browser. Check for the below to make sure your meta mask and remix IDE is properly connected
If your MetaMask wallet is properly connected to Remix IDE, it should look like this: After putting the above in check your MetaMAsk wallet should be well connected to Remix IDE and you seamlessly deploy a deployable code. PS: I advice you constantly push your code to GitHub to avoid hours of coding going to waste by loosing your codes!! Visit here to know how to connect your remix ide to github. |
Beta Was this translation helpful? Give feedback.
-
This is the error:No injected provider found. Make sure your provider (e.g. MetaMask, ...) is active and running (when recently activated you may have to reload the page).
when i using remix IDE to deploy my first contract, choosing the environment as 'inject provider', this error happen. But i have opened
metaMask in the background!
help me please!!!
帮帮我!
Beta Was this translation helpful? Give feedback.
All reactions