发表评论取消回复
相关阅读
相关 区块链学堂(29):Modifiers
> Modifiers can be used to easily change the behaviour of functions, for example to auto
相关 区块链学堂(27):Mapping 类型
> Mapping types are declared as mapping(`_KeyType => _ValueType`). Here `_KeyType` can b
相关 区块链学堂(24):Struct类型
Struct类型定义 例如定义一个struct类型的Person struct Person { string name; ui
相关 区块链学堂(25):Address类型
Address类型 > address: Holds a 20 byte value (size of an Ethereum address). Address typ
相关 区块链学堂(15):Mist
回顾一下之前用Geth搭建的私有网络 创建链条的geth命令 geth --datadir "./" init genesis.json geth --
相关 区块链学堂(10):Browser-solidity
使用Browser-solidity来编译合约&部署合约 [https://ethereum.github.io/browser-solidity][https_ethe
相关 区块链学堂(5):Geth 安装
Geth是什么? > Geth 又名Go Ethereum. 是以太坊协议的三种实现之一,由Go语言开发,完全开源的项目。Geth 可以被安装在很多操作系统上,包括Win
相关 区块链学堂(1):区块链引子
写在前面的话: 相信正在看这篇文章的读者一定已经听说过区块链了,并且也相信区块链是一项前景美妙,甚至是颠覆性的技术。但是也许同时也会感到困惑,对于区块链虽然有一些大致概念,但
相关 区块链学堂(20):Int类型
Int类型官方介绍 > int / uint: Signed and unsigned integers of various sizes. Keywords uint8
还没有评论,来说两句吧...