摘要: 参照大佬文章https://www.lulinux.com/archives/1319 我将安装过程需要的命令行总结出来,便于直接快速安装。 阅读全文
posted @ 2019-07-17 21:44 王陸 阅读(3180) 评论(0) 推荐(0) 编辑
摘要: pragma solidity ^0.4.8; contract Token{ // token总量,默认会为public变量生成一个getter函数接口,名称为totalSupply(). uint256 public totalSupply; /// 获取账户_owner拥有token的数量 f 阅读全文
posted @ 2019-07-17 21:38 王陸 阅读(913) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-07-17 14:40 王陸 阅读(20) 评论(0) 推荐(0) 编辑