Dreaming Deve1oper

로컬 파일 Remix로 읽어오기 본문

Solidity, Ethereum

로컬 파일 Remix로 읽어오기

주현테크 2022. 5. 15. 16:52

https://remix-ide.readthedocs.io/en/latest/remixd.html

 

Remixd: Access your Local Filesystem — Remix - Ethereum IDE 1 documentation

To give the Remix IDE (the web app) access to a folder on your computer, you need to use Remixd - the plugin along with remixd - the cli/npm module. The Remixd plugin can be activated from the plugin manager or in the File Explorers - see the image below.

remix-ide.readthedocs.io

Remixd 사용해야함.

 

 

npm uninstall -g remixd : 기존 remixd 삭제

npm install -g @remix-project/remixd : g 경로에 새롭게 remixd 설치

remixd -v : 버전 확인

 

 

https://www.youtube.com/watch?v=Vibd2QF5nRk 

 

Comments