本文环境:Windows 10 家庭版
参考文档:Remixd: Access your Local Filesystem — Remix - Ethereum IDE 1 documentation
github地址:https://github.com/ethereum/remix-project/tree/master/libs/remixd
npm地址:@remix-project/remixd - npm
为了让Remix IDE(web应用程序)访问本地计算机上的文件夹,需要使用 Remixd 插件(cli/npm模块)。
比如为了导入 openzeppelin 包,使用 Remix 测试时需要逐一导入继承合约,