Remix 사용 시에 Injected Web3 가 적용 되지 않을 때(Enable Injected Web3 in Remix IDE)

kaipark(51)
Published in
#kr
Words
221
Reading
1 min
Listen
Play
9y

Solidity 로 개발 시에 가장 먼저 만나는 것이 Remix 라는 WebIDE 와 MetaMask 입니다.

저도 또한 편하게 사용을 하고 있죠 ^^

개발의 시작은 역시나 Localhost!!!!

그리고 테스트를 하기 위해서 Ropsten 테스트 넷에 올리려고 하는데...

스크린샷 2017-06-12 오후 3.02.56.png

JavaScript VM에서 Injected Web3로 바꾸려고 하는데 셀렉팅을 하여도 다시 JavaScript VM으로 돌아오게 됩니다.

테스트 넷에 올려야지 제대로 테스트를 할 수 있는데 왜일까요???

찾아보니 생각보다는 간단한 이유였습니다.

일단 메타마스트 확장프로그램에서 오른쪽 단추를 또각

스크린샷 2017-06-12 오후 3.01.23.png

확장 프로그램 관리 클릭

스크린샷 2017-06-12 오후 3.01.45.png

개발자 모드 체크 -> 지금 확장 프로그램 업데이트

그리고 다시 돌아가서 새로고침!!!

그러면 이제 선택이 잘 되네요

이제 제대로 테스트넷에서 테스트 해볼까요~ !!


My English is a little short :)

The first thing I encountered during development with Solidity is WebIDE [MetaMask] (https://metamask.io/) [Remix] (https://remix.ethereum.org).

I also use it comfortably ^ ^

The beginning of development is also Localhost !!!!

And I want to put it on the Ropsten test net for testing ...

스크린샷 2017-06-12 오후 3.02.56.png

I want to change from JavaScript VM toInjected Web3, but when I select it, it will return to the JavaScript VM again.

Why should I put it on a test net and test it properly?

I found it was a simple reason rather than a thought.

Right Mouse Button On the MetaMast Extension

스크린샷 2017-06-12 오후 3.01.23.png

Click on Extension Management

스크린샷 2017-06-12 오후 3.01.45.png

Check Developer Mode -> Update Extension

And go back and refresh !!!

Then you have a possible Injected Web3.

Let's test it on the test net now ~ !!


Donation

기부는 사랑입니다.

  • Ƀ BTC : 16MdVNJgvGYbVuaC6KrjGNy2RCrNsaPaZz
  • Ξ ETH : 0x5debb97a6Cc1Fdf686a3C6aA804a623a21deD73c

개발자에게 Starize 도 사랑입니다.

Remix 사용 시에 Injected Web3 가 적용 되지 않을 때(Enable Injected Web3 in Remi... | Ecency