Linux 配置离线remix环境

参考文章:https://blog.csdn.net/jerry81333/article/details/78118972

本来在windows10上使用在线编译环境,但是不知为啥,今天不好用了,就学着配了个离线环境。

由于原文章中使用链接比较老,在访问github时发现有更新,所以本文和原文整体一致,略有改动。本文都是基于 https://github.com/ethereum/remix-ide来搞得。

配置过程没截图,和原文大差不差,着重标记一下改动的地方

安装步骤:

1.官方地址: https://github.com/ethereum/remix-ide

git clone https://github.com/ethereum/remix-ide
cd remix-ide
npm install
npm run prepublish

启动命令

npm start

访问remix

在浏览器中输入:http://127.0.0.1:8080

刚配置好,还没有使用,以后有机会更新

本文地址:https://blog.csdn.net/qq_40411401/article/details/107878241