您当前的位置: 首页 > 
  • 0浏览

    0关注

    1477博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

mac remix导入本地项目

软件工程小施同学 发布时间:2022-03-30 23:36:55 ,浏览量:0

安装remixd
sudo npm install -g @remix-project/remixd

第二步 remix连接本地

sudo remixd -s  --remix-ide http://remix.ethereum.org

注意命令最后的 http://remix.ethereum.org 部分,如果你登陆的remix网址是 https://remix.ethereum.org,要替换为https://remix.ethereum.org 如

sudo remixd -s /Users/shijianfeng/Desktop/my-code-hub/nft --remix-ide https://remix.ethereum.org

 

 

命令输完后,在Remix IDE点击 Connect 即可直接链接了,然后在IDE上修改代码即可自动同步到本地。注意⚠️ remixd终端不能关闭哦,因为是socket链接来的,一关闭就共享不了文件啦。

关注
打赏
1665320866
查看更多评论
立即登录/注册

微信扫码登录

0.0499s