Skip to main content

Remix 中调试本地 hardhat 项目

有时候只是为了调试链上的一个问题,不想写复杂的测试调用或者 task。想要使用 remix 的可视化面板参数输入调用

  1. 安装全局@remix-project/remixd
npm install -g @remix-project/remixd
  1. 本地启动 remix server
// hardhat-root: 填写hardhat的根目录
remixd -s <hardhat-root> --remix-ide https://remix.ethereum.org
  1. 启动以后,打开https://remix.ethereum.org

左侧面板,workspace 选择 localhost。 然后点击connect

  1. 对于链上已经部署的合约。

选择好对应的合约。然后在 deploy 页面,deploy 按钮下有个At address