diff options
author | Dave Hoover <dave.hoover@gmail.com> | 2016-06-27 20:51:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-27 20:51:07 +0800 |
commit | 20c02594ed9aec968c8c1d9245c428b0925e3948 (patch) | |
tree | b96183d5db1515d842f358d7eb321c6f2c311ae2 /docs/index.rst | |
parent | 2ccfea8b54699d7ecc4e790aa962d0eed58ed3fc (diff) | |
download | dexon-solidity-20c02594ed9aec968c8c1d9245c428b0925e3948.tar dexon-solidity-20c02594ed9aec968c8c1d9245c428b0925e3948.tar.gz dexon-solidity-20c02594ed9aec968c8c1d9245c428b0925e3948.tar.bz2 dexon-solidity-20c02594ed9aec968c8c1d9245c428b0925e3948.tar.lz dexon-solidity-20c02594ed9aec968c8c1d9245c428b0925e3948.tar.xz dexon-solidity-20c02594ed9aec968c8c1d9245c428b0925e3948.tar.zst dexon-solidity-20c02594ed9aec968c8c1d9245c428b0925e3948.zip |
Removing "easy" language
I'm trying to steer us away from language that over-simplifies the complexity of writing secure smart contracts.
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 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:: |