摘要:
Example地址:https://solidity.readthedocs.io/en/develop/solidity-by-example.html#voting Voting程序的功能: 这个智能合约实现了一种在区块链上公开投票的功能。 部署该智能合约的人称为chairperson(主席), 阅读全文
摘要:
官方文档: https://solidity.readthedocs.io/en/develop/control-structures.html#error-handling-assert-require-revert-and-exceptions require和assert方法的区别: http 阅读全文