发表评论取消回复
相关阅读
相关 区块链学堂(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
相关 区块链学堂(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 --
相关 区块链学堂(11):Browser-solidity 2–右侧的奥秘
首先重复一遍Browser-solidity的地址:[https://ethereum.github.io/browser-solidity][https_ethereum.
相关 区块链学堂(10):Browser-solidity
使用Browser-solidity来编译合约&部署合约 [https://ethereum.github.io/browser-solidity][https_ethe
相关 区块链学堂(9):Geth 基本命令2
Ether币的基本单位 Ether币最小的单位是Wei,也是命令行默认的单位, 然后每1000个进一个单位,依次是 kwei (1000 Wei) mwei
相关 区块链学堂(2):最简单的智能合约
最简单的智能合约 最简单的一个智能合约 pragma solidity 0.4.9; contract DemoTypes { func
相关 区块链学堂(1):区块链引子
写在前面的话: 相信正在看这篇文章的读者一定已经听说过区块链了,并且也相信区块链是一项前景美妙,甚至是颠覆性的技术。但是也许同时也会感到困惑,对于区块链虽然有一些大致概念,但
还没有评论,来说两句吧...