2.4 Solidity in Depth

Solidity in Depth

本节应为您提供有关Solidity的所有信息。如果此处缺少某些内容,请通过 Gitter 与我们联系或在 Github 上创建拉取请求。

1. Layout of a Solidity Source File

2. Structure of a Contract

3. Types

4. Units and Globally Available Variables

5. Expressions and Control Structures

6. Contracts

7. Solidity Assembly

8. Miscellaneous

9. Solidity v0.5.0 Breaking Changes

项目源代码

项目源代码会逐步上传到 Github,地址为 https://github.com/windstamp/dapp。

Contributor

  1. Windstamp, https://github.com/windstamp

Reference

  1. https://solidity.readthedocs.io/en/v0.5.0/
  2. https://solidity-cn.readthedocs.io/zh/develop/
  3. https://gitter.im/ethereum/solidity
  4. https://github.com/ethereum/solidity/pulls

你可能感兴趣的:(2.4 Solidity in Depth)