小编Zuf*_*tov的帖子

将 Remix Ethereum IDE 连接到本地主机

我想将 Remix - Ethereum IDE ( https://remix.ethereum.org ) 连接到本地主机。

我按照说明进行操作https://remix-ide.readthedocs.io/en/latest/remixd.html#update-to-the-latest-remixd

  1. npm install -g @remix-project/remixd使用 npm 安装了 remix 守护进程。
  2. 我创建了文件夹mkdir ~/shared_project.
  3. chmod u+rw shared_project我为本地用户授予了该文件夹的读/写权限。
  4. 我启动了 remix 守护进程sudo remixd -s ~/shared_project --remix-ide https://remix.ethereum.org

问题是,当我想将浏览器中的 Remix IDE 连接到本地主机时,我可以看到带有错误消息的弹出窗口Cannot connect to the remixd daemon. Please make sure you have the remixd running in the background.

我尝试重新启动守护进程:

  1. ps -ef | grep remixd
  2. sudo kill 1007
  3. sudo remixd -s ~/shared_project --remix-ide https://remix.ethereum.org

我尝试重新安装守护进程:

  1. sudo …

bash blockchain ethereum remix

10
推荐指数
1
解决办法
1052
查看次数

标签 统计

bash ×1

blockchain ×1

ethereum ×1

remix ×1