mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
8641099889
@ -19,11 +19,15 @@ user-defined types among other features.
|
||||
With Solidity you can create contracts for uses such as voting, crowdfunding, blind auctions,
|
||||
and multi-signature wallets.
|
||||
|
||||
When deploying contracts, you should use the latest released version of Solidity. This is because breaking changes as well as new features and bug fixes are introduced regularly. We currently use a 0.x version number `to indicate this fast pace of change <https://semver.org/#spec-item-4>`_.
|
||||
When deploying contracts, you should use the latest released
|
||||
version of Solidity. This is because breaking changes as well as
|
||||
new features and bug fixes are introduced regularly. We currently use
|
||||
a 0.x version number `to indicate this fast pace of change <https://semver.org/#spec-item-4>`_.
|
||||
|
||||
.. warning::
|
||||
|
||||
Solidity recently released the 0.5.x version that introduced a lot of breaking changes. Make sure you read :doc:`the full list <050-breaking-changes>`.
|
||||
Solidity recently released the 0.6.x version that introduced a lot of breaking
|
||||
changes. Make sure you read :doc:`the full list <060-breaking-changes>`.
|
||||
|
||||
Language Documentation
|
||||
----------------------
|
||||
@ -31,7 +35,8 @@ Language Documentation
|
||||
If you are new to the concept of smart contracts we recommend you start with
|
||||
:ref:`an example smart contract <simple-smart-contract>` written
|
||||
in Solidity. When you are ready for more detail, we recommend you read the
|
||||
:doc:`"Solidity by Example" <solidity-by-example>` and :doc:`"Solidity in Depth" <solidity-in-depth>` sections to learn the core concepts of the language.
|
||||
:doc:`"Solidity by Example" <solidity-by-example>` and
|
||||
:doc:`"Solidity in Depth" <solidity-in-depth>` sections to learn the core concepts of the language.
|
||||
|
||||
For further reading, try :ref:`the basics of blockchains <blockchain-basics>`
|
||||
and details of the :ref:`Ethereum Virtual Machine <the-ethereum-virtual-machine>`.
|
||||
@ -52,9 +57,11 @@ and details of the :ref:`Ethereum Virtual Machine <the-ethereum-virtual-machine>
|
||||
:ref:`security_considerations` section.
|
||||
|
||||
If you have any questions, you can try searching for answers or asking on the
|
||||
`Ethereum Stackexchange <https://ethereum.stackexchange.com/>`_, or our `gitter channel <https://gitter.im/ethereum/solidity/>`_.
|
||||
`Ethereum Stackexchange <https://ethereum.stackexchange.com/>`_, or
|
||||
our `gitter channel <https://gitter.im/ethereum/solidity/>`_.
|
||||
|
||||
Ideas for improving Solidity or this documentation are always welcome, read our :doc:`contributors guide <contributing>` for more details.
|
||||
Ideas for improving Solidity or this documentation are always welcome,
|
||||
read our :doc:`contributors guide <contributing>` for more details.
|
||||
|
||||
.. _translations:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user