diff options
author | chriseth <c@ethdev.com> | 2016-07-09 02:12:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-09 02:12:42 +0800 |
commit | e5061615cef6687fd241051945b4be929945a62b (patch) | |
tree | 055c11f0559d6f4a87060466446392d4e91f83de /docs/index.rst | |
parent | f8d67a8ea652105e0e3e3ee6297fe3ff7b6476f3 (diff) | |
parent | 20c02594ed9aec968c8c1d9245c428b0925e3948 (diff) | |
download | dexon-solidity-e5061615cef6687fd241051945b4be929945a62b.tar.gz dexon-solidity-e5061615cef6687fd241051945b4be929945a62b.tar.zst dexon-solidity-e5061615cef6687fd241051945b4be929945a62b.zip |
Merge pull request #689 from redsquirrel/patch-1
Removing "easy" language
Diffstat (limited to 'docs/index.rst')
-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 26fba770..940fe5e7 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:: |