Lesson 2 : deploying the first contract to ethereum testnet. #2215
-
I can't see any injected web3 provider in environment settings while deploying the contract and hence my metamask won't pop up while deploying the contract.
does anyone know what can I do to deploy my first little contract on the testnet? I'm a newbie and I have little knowledge of coding. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
@Mahendrabhishek Remix underwent an upgrade and they changed some of the network names. Javascript VM was changed to Remix VM(London), and Web3 Provider was changed to Injected Provider. So Just choose Remix VM for local compilation. But if you want to deploy to a testnet like rinkeby(Like in your case right now), choose Injected Provider. |
Beta Was this translation helpful? Give feedback.
-
@Mahendrabhishek : Just click on the Injected Provider Metamask, |
Beta Was this translation helpful? Give feedback.
@Mahendrabhishek Remix underwent an upgrade and they changed some of the network names. Javascript VM was changed to Remix VM(London), and Web3 Provider was changed to Injected Provider. So Just choose Remix VM for local compilation. But if you want to deploy to a testnet like rinkeby(Like in your case right now), choose Injected Provider.
Make sure you have installed Metamask in the same browser you are using remix.