mac搭建自己本地的Remix
remix是基于浏览器的在线编译器,鉴于网络问题,可能存在登不上去的问题,因此 ,可以搭建自己本地的Remix。
官方在线编译器:
https://ethereum.github.io/browser-solidity
https://remix.ethereum.org
推荐使用在线编译器
1. 安装本地Remix(mac):
官方地址: https://github.com/ethereum/remix-ide
git clone https://github.com/ethereum/remix-ide.git
cd remix-ide
npm install
npm run setupremix # this will clone https://github.com/ethereum/remix for you and link it to remix-ide
npm start
访问Remix:
http://127.0.0.1:8080
界面如下:
至此,Remix算是配置完成了。
2. 简单使用:
2. 点击下拉框,可以选择不同的版本,包括还未成熟的最新构建版本,或者是之前的版本等。 选择release版本,如下图所示的这些 :
3. 合约自动编译后生成:
4. 点击create,会在内存中将该智能合约创建一个实例,即将下面的web3 deploy代码部署在虚拟的内存中:
---------------------
作者:xiliangMa
来源:CSDN
原文:https://blog.csdn.net/weixin_41806245/article/details/80150012
版权声明:本文为博主原创文章,转载请附上博文链接!
文章来源: blog.csdn.net,作者:隔壁老瓦,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/wxb880114/article/details/94722795
- 点赞
- 收藏
- 关注作者
评论(0)