本地安装 remixd

  1. 安装插件

    npm install -g @remix-project/remixd
    
  2. 查看版本

    remixd -v
    0.6.27
    
  3. 启动并共享指定文件夹

    remixd -s <absolute-path-to-the-shared-folder> --remix-ide <your-remix-ide-URL-instance>
    

    执行命令并保持后台运行

    remixd -s /Users/edison/project --remix-ide https://remix.ethereum.org/
    

Remix IDE 导入

左上角选择 localhost 连接即可

2024-03-05-qtlzywwu.png