Merge pull request #7175 from nimishbongale/develop

Documentation fixes
This commit is contained in:
chriseth 2019-08-05 12:36:01 +02:00 committed by GitHub
commit d8612dd96b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,14 +17,14 @@ Solidity is a statically typed, contract-oriented, high-level language for imple
Solidity is a statically-typed curly-braces programming language designed for developing smart contracts
that run on the Ethereum Virtual Machine. Smart contracts are programs that are executed inside a peer-to-peer
network where nobody has special authority over the execution and thus they allow to implement tokens of value,
network where nobody has special authority over the execution, and thus they allow to implement tokens of value,
ownership, voting and other kinds of logics.
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).
## Build and Install
Instructions about how to build and install the Solidity compiler can be found in the [Solidity documentation](https://solidity.readthedocs.io/en/latest/installing-solidity.html#building-from-source)
Instructions about how to build and install the Solidity compiler can be found in the [Solidity documentation](https://solidity.readthedocs.io/en/latest/installing-solidity.html#building-from-source).
## Example
@ -61,10 +61,10 @@ Please follow the
if you want to help.
## Maintainers
[@axic](https://github.com/axic)
[@chriseth](https://github.com/chriseth)
* [@axic](https://github.com/axic)
* [@chriseth](https://github.com/chriseth)
## License
Solidity is licensed under [GNU General Public License v3.0](LICENSE.txt)
Solidity is licensed under [GNU General Public License v3.0](LICENSE.txt).
Some third-party code has its [own licensing terms](cmake/templates/license.h.in).