匯總:
- 安裝remixd
- 啟動remixd
- 建立連接
官網教程
Remix IDE 搭配插件remixd(cli/npm)后即可訪問本地文件,具體如下:
安裝remixd
npm install -g @remix-project/remixd
啟動remixd
remixd -s <absolute-path-to-the-shared-folder> --remix-ide <your-remix-ide-URL-instance>
只讀模式標簽--read-only
示例:
E:\Work\UDPN\trunk\3.SourceCode\solidity\udpnCC\contracts\core>remixd -s E:\Work\UDPN\trunk\3.SourceCode\solidity\udpnCC\contracts\core --remix-ide https://remix.ethereum.org
[INFO] you are using the latest version 0.4.1
[WARN] You may now only use IDE at https://remix.ethereum.org to connect to that instance
[WARN] Any application that runs on your computer can potentially read from and write to all files in the directory.
[WARN] Symbolic links are not forwarded to Remix IDE
[INFO] Mon Jun 28 2021 14:44:57 GMT+0800 (中國標準時間) remixd is listening on 127.0.0.1:65520
setup notifications for E:\Work\UDPN\trunk\3.SourceCode\solidity\udpnCC\contracts\core
- 建立連接
選擇‘-connect to localhost-’:
image.png
點擊‘connect’:
image.png
成功如下:
image.png