diff options
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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:: |