mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update README.md
This commit is contained in:
parent
29d47d5c3c
commit
561ddbcdab
10
README.md
10
README.md
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user