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:
Dave Hoover 2016-06-27 08:51:07 -04:00 committed by GitHub
parent 2ccfea8b54
commit 20c02594ed

View File

@ -3,7 +3,7 @@ Solidity
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.
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.
.. note::