
solidity
macrocan
这个作者很懒,什么都没留下…
展开
-
solidity智能合约简析
1,智能合约的前世今生 从比特币到以太坊,从简单的脚本到图灵完备的合约,从签名,多签到合约 2,simplestorage合约 从simplestorage入门, 看合约layout。从remix编译和调试结果引出gas, EVM, memory, storage和calldata 3,solidity和其它编程语言的不同: 区块链共识的一致性特性决定了: (1)不能使用本机随机数 (2)不能访问...原创 2020-05-07 23:01:41 · 1264 阅读 · 0 评论 -
solidity storage layout and bugs
foreword Solidity is the most populated smart contract programming languages. Storage is exclusive which differ from typical programming languages. In a typical programming language it’s not terribly ...原创 2020-04-29 14:43:56 · 339 阅读 · 0 评论