Merge pull request #1296 from Thrillberg/patch-1

Update index.rst
This commit is contained in:
chriseth 2016-10-27 13:17:48 +02:00 committed by GitHub
commit 76e958f670

View File

@ -5,7 +5,7 @@ Solidity is a contract-oriented, high-level language whose syntax is similar to
and it is designed to target the Ethereum Virtual Machine. and it is designed to target the Ethereum Virtual Machine.
Solidity is statically typed, supports inheritance, libraries and complex Solidity is statically typed, supports inheritance, libraries and complex
user-defines types among other features. user-defined types among other features.
As you will see, it is possible 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.