aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLiana Husikyan <liana@ethdev.com>2015-08-21 20:03:53 +0800
committerLiana Husikyan <liana@ethdev.com>2015-08-21 20:03:53 +0800
commit8609c1556ebed5b869f2dc35c0a072e886c20d04 (patch)
tree702633cd2d322c536fda4b28c51fd8a566a9369f /README.md
parentffd1c24ff4bb904bda396ca44867d07d56de054f (diff)
downloaddexon-solidity-8609c1556ebed5b869f2dc35c0a072e886c20d04.tar.gz
dexon-solidity-8609c1556ebed5b869f2dc35c0a072e886c20d04.tar.zst
dexon-solidity-8609c1556ebed5b869f2dc35c0a072e886c20d04.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7a76c6e6..474c3f11 100644
--- a/README.md
+++ b/README.md
@@ -6,14 +6,14 @@ The Solidity Contract-Oriented Programming Langauge
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).
-
-You can start using [Solidity in your browser](https://chriseth.github.io/browser-solidity/) with no need to download or compile anything. This application only supports compilation - if you want to run the code or inject it into the blockchain, you have to use a client like [Geth](https://github.com/ethereum/go-ethereum/wiki) or [AlethZero](https://github.com/ethereum/cpp-ethereum/wiki/Using-AlethZero).
+You can start using [Solidity in your browser](https://chriseth.github.io/browser-solidity/) with no need to download or compile anything. This application only supports compilation - if you want to inject it into the blockchain, you have to use a client like [Geth](https://github.com/ethereum/go-ethereum/wiki) or [AlethZero](https://github.com/ethereum/cpp-ethereum/wiki/Using-AlethZero).
Also check out more documentations for [Solidity ABI](https://github.com/ethereum/wiki/wiki/Solidity,-Docs-and-ABI) and a Crowdfunding [example contract](https://github.com/chriseth/cpp-ethereum/wiki/Crowdfunding-example-contract-in-Solidity) written in Solidity.
You can find the changelog [here](https://github.com/ethereum/wiki/wiki/Solidity-Changelog).
+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).
+
Solidity is still under development. So please do not hesitate and open an [issue in github](https://github.com/ethereum/solidity/issues) if you encounter anything strange.
## Building