From 20c02594ed9aec968c8c1d9245c428b0925e3948 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Mon, 27 Jun 2016 08:51:07 -0400 Subject: Removing "easy" language I'm trying to steer us away from language that over-simplifies the complexity of writing secure smart contracts. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 32303fe4..5e176bb4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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:: -- cgit