diff options
author | chriseth <c@ethdev.com> | 2016-05-20 18:52:32 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-05-20 22:51:26 +0800 |
commit | fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073 (patch) | |
tree | adea5b0886fc1ac1d3af0e4be18b7ed7e39a1335 /README.md | |
parent | e3c54185434e16591e15e94b9f0cbef49c83137c (diff) | |
download | dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar.gz dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar.zst dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.zip |
Update links to browser-solidity.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,9 +4,7 @@ To get started you can find a basic introduction to the language in the [Solidity Documentation](https://solidity.readthedocs.org). -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. +You can start using [Solidity in your browser](https://ethereum.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). [Changelog](https://github.com/ethereum/wiki/wiki/Solidity-Changelog) |