diff options
author | Liana Husikyan <liana@ethdev.com> | 2015-08-21 19:16:40 +0800 |
---|---|---|
committer | Liana Husikyan <liana@ethdev.com> | 2015-08-21 19:16:40 +0800 |
commit | ffd1c24ff4bb904bda396ca44867d07d56de054f (patch) | |
tree | b5ea5e82adda08c7c38b606c0749dfeebe7c6e0c | |
parent | 2251df7f6106025fb9ef49b6bd803d3b35865679 (diff) | |
download | dexon-solidity-ffd1c24ff4bb904bda396ca44867d07d56de054f.tar dexon-solidity-ffd1c24ff4bb904bda396ca44867d07d56de054f.tar.gz dexon-solidity-ffd1c24ff4bb904bda396ca44867d07d56de054f.tar.bz2 dexon-solidity-ffd1c24ff4bb904bda396ca44867d07d56de054f.tar.lz dexon-solidity-ffd1c24ff4bb904bda396ca44867d07d56de054f.tar.xz dexon-solidity-ffd1c24ff4bb904bda396ca44867d07d56de054f.tar.zst dexon-solidity-ffd1c24ff4bb904bda396ca44867d07d56de054f.zip |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,7 +1,9 @@ # solidity + The Solidity Contract-Oriented Programming Langauge ## Useful links + To get started you can find a basic introduction to the language in [Solidity Tutorial]( https://github.com/ethereum/wiki/wiki/Solidity-Tutorial). Check out [Solidity Features](https://github.com/ethereum/wiki/wiki/Solidity-Features) page with the list of already completed Solidity features with explanations and demonstrations, it is being updated continuously. More technical information you can find in the [Pivotal Tracker](https://www.pivotaltracker.com/n/projects/1189488). @@ -21,6 +23,7 @@ See the [Wiki](https://github.com/ethereum/cpp-ethereum/wiki) for build instruct ## Contributions ### External Contributors + I hereby place all my contributions in this codebase under an MIT licence, as specified [here](http://opensource.org/licenses/MIT). - *Name Surname* (**email@domain**) |