04 2018 档案
Remix-Solidity IDE上run选项下Environment选择Web3 Provider,出现不能连接到测试网Ganache提示
摘要:解决办法:通常情况下,自己使用的浏览器IDE是:https://ethereum.github.io/browser-solidity,如果出现连接不到Ganache测试网的提示,可以使用另一种浏览器IDE:http://remix.ethereum.org就可以了。 阅读全文
posted @ 2018-04-23 09:58 menghuanzhixing 阅读(646) 评论(0) 推荐(0)
VirtualBox上安装ubuntu
摘要:当安装完成,重启后,在启动界面出现Please remove the installation medium,then press ENTER.问题? 解决方法:在VirtualBox里面通过iso文件安装ubuntu,在VirtualBox的设备菜单中选择分配光驱的iso文件,然后在启动界面上按E 阅读全文
posted @ 2018-04-20 15:06 menghuanzhixing 阅读(849) 评论(0) 推荐(0)
truffle开发一个简单的Dapp
摘要:1.安装Truffle:npm install -g truffle 2.建立项目目录并进入:mkdir pet-shop-tutorial cd pet-shop-tutorial 3.使用truffle unbox创建项目,这种方式的前端直接就是写好的:truffle unbox pet-sho 阅读全文
posted @ 2018-04-18 18:41 menghuanzhixing 阅读(625) 评论(0) 推荐(0)