汇总:
- 安装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-’:
点击‘connect’:
成功如下:
网友评论