mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Removing "easy" language
I'm trying to steer us away from language that over-simplifies the complexity of writing secure smart contracts.
This commit is contained in:
parent
2ccfea8b54
commit
20c02594ed
@ -3,7 +3,7 @@ Solidity
|
|||||||
|
|
||||||
Solidity is a high-level language whose syntax is similar to that of JavaScript
|
Solidity is a high-level language whose syntax is similar to that of JavaScript
|
||||||
and it is designed to compile to code for the Ethereum Virtual Machine.
|
and it is designed to compile to code for the Ethereum Virtual Machine.
|
||||||
As you will see, it is quite easy to create contracts for voting,
|
As you will see, it is possible to create contracts for voting,
|
||||||
crowdfunding, blind auctions, multi-signature wallets and more.
|
crowdfunding, blind auctions, multi-signature wallets and more.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
Loading…
Reference in New Issue
Block a user