diff options
author | chriseth <chris@ethereum.org> | 2017-09-11 17:22:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-11 17:22:59 +0800 |
commit | fbe24da159452f8b22206b6e750174ed03b43ade (patch) | |
tree | 307d404aa5dd58b73a9f0d73badbe6d749249d05 | |
parent | 16526ad554256bde3e185c99c1651b0f47725165 (diff) | |
parent | 333a6e5280a6a5dba244aa7859d67325f85e07c5 (diff) | |
download | dexon-solidity-fbe24da159452f8b22206b6e750174ed03b43ade.tar dexon-solidity-fbe24da159452f8b22206b6e750174ed03b43ade.tar.gz dexon-solidity-fbe24da159452f8b22206b6e750174ed03b43ade.tar.bz2 dexon-solidity-fbe24da159452f8b22206b6e750174ed03b43ade.tar.lz dexon-solidity-fbe24da159452f8b22206b6e750174ed03b43ade.tar.xz dexon-solidity-fbe24da159452f8b22206b6e750174ed03b43ade.tar.zst dexon-solidity-fbe24da159452f8b22206b6e750174ed03b43ade.zip |
Merge pull request #2875 from ethereum/travis-badge
Add the Travis build status badge
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # The Solidity Contract-Oriented Programming Language -[](https://gitter.im/ethereum/solidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[](https://gitter.im/ethereum/solidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/ethereum/solidity) ## Useful links To get started you can find an introduction to the language in the [Solidity documentation](https://solidity.readthedocs.org). In the documentation, you can find [code examples](https://solidity.readthedocs.io/en/latest/solidity-by-example.html) as well as [a reference](https://solidity.readthedocs.io/en/latest/solidity-in-depth.html) of the syntax and details on how to write smart contracts. |