第一步 下载remix-ide
这里我们使用淘宝cnpm进行安装,首先下载cnpm
sudo npm install -g cnpm --registry=https://registry.npm.taobao.org
其次
sudo cnpm install -g @remix-project/remixd
第二步 remix连接本地
sudo remixd -s <absolute-path-to-the-shared-folder> --remix-ide http://remix.ethereum.org
注意命令最后的 http://remix.ethereum.org 部分,如果你登陆的remix网址是 https://remix.ethereum.org,要替换为https://remix.ethereum.org
第三步
打开remix
即可成功