2015-12-07 20:16:25 +00:00
|
|
|
#################
|
|
|
|
Solidity in Depth
|
|
|
|
#################
|
|
|
|
|
|
|
|
This section should provide you with all you need to know about Solidity.
|
|
|
|
If something is missing here, please contact us on
|
2018-09-13 16:17:01 +00:00
|
|
|
`Gitter <https://gitter.im/ethereum/solidity>`_ or create a pull request on
|
2015-12-07 20:16:25 +00:00
|
|
|
`Github <https://github.com/ethereum/solidity/pulls>`_.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
layout-of-source-files.rst
|
|
|
|
structure-of-a-contract.rst
|
|
|
|
types.rst
|
|
|
|
units-and-global-variables.rst
|
|
|
|
control-structures.rst
|
|
|
|
contracts.rst
|
2016-11-05 15:58:06 +00:00
|
|
|
assembly.rst
|
2015-12-07 20:16:25 +00:00
|
|
|
miscellaneous.rst
|
2018-09-04 10:46:59 +00:00
|
|
|
050-breaking-changes.rst
|