aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiana Husikyan <liana@ethdev.com>2015-10-05 18:21:31 +0800
committerLiana Husikyan <liana@ethdev.com>2015-10-05 18:21:31 +0800
commit3a25a371e41fced9aa52aab97e332f3b3ac48a48 (patch)
tree9bb8834cf53cbca896ce583e78b06b6b4b45a8f4
parent23f47eb199f4ed6fd44340c21fdc534b2db578c9 (diff)
downloaddexon-solidity-3a25a371e41fced9aa52aab97e332f3b3ac48a48.tar.gz
dexon-solidity-3a25a371e41fced9aa52aab97e332f3b3ac48a48.tar.zst
dexon-solidity-3a25a371e41fced9aa52aab97e332f3b3ac48a48.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6cc652c7..735fd76b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
To get started you can find a basic introduction to the language in [Solidity Tutorial](https://github.com/ethereum/wiki/wiki/Solidity-Tutorial).
-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).
+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/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.