diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-14 18:09:51 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-19 21:02:50 +0800 |
commit | b420dbf505bdb54c68f586489103cb801bb9b763 (patch) | |
tree | a6b336e22026754e77a59202c14285d7fa004b73 /docs/index.rst | |
parent | b4f24721b51431668b5e6557f6ca2c6936a2c48a (diff) | |
download | dexon-solidity-b420dbf505bdb54c68f586489103cb801bb9b763.tar.gz dexon-solidity-b420dbf505bdb54c68f586489103cb801bb9b763.tar.zst dexon-solidity-b420dbf505bdb54c68f586489103cb801bb9b763.zip |
Improve the description of Solidity
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 47d6a2b2..3b47ce78 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,8 +1,12 @@ 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. +Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript +and it is designed to target the Ethereum Virtual Machine. + +Solidity is statically typed, supports inheritance, libraries and complex +user-defines types among other features. + As you will see, it is possible to create contracts for voting, crowdfunding, blind auctions, multi-signature wallets and more. |