diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-21 16:17:13 +0800 |
---|---|---|
committer | Jimmy Hu <jimmy.hu@dexon.org> | 2019-02-13 14:00:53 +0800 |
commit | 223fc4c5615cf2b7327fbb4a556fc3a9c5975f2b (patch) | |
tree | 9e920b1e7f3b30cae532c4d5800189ef7e435fbe | |
parent | 16e8db89dbf6e419d3f30870b6e54c2d9fd277ee (diff) | |
download | dexon-solidity-223fc4c5615cf2b7327fbb4a556fc3a9c5975f2b.tar dexon-solidity-223fc4c5615cf2b7327fbb4a556fc3a9c5975f2b.tar.gz dexon-solidity-223fc4c5615cf2b7327fbb4a556fc3a9c5975f2b.tar.bz2 dexon-solidity-223fc4c5615cf2b7327fbb4a556fc3a9c5975f2b.tar.lz dexon-solidity-223fc4c5615cf2b7327fbb4a556fc3a9c5975f2b.tar.xz dexon-solidity-223fc4c5615cf2b7327fbb4a556fc3a9c5975f2b.tar.zst dexon-solidity-223fc4c5615cf2b7327fbb4a556fc3a9c5975f2b.zip |
Update READEME.md to reflect fork
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ # 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://travis-ci.org/ethereum/solidity) +<!--[](https://gitter.im/dexon-foundation/dsolidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)--> +[](https://travis-ci.com/dexon-foundation/dsolidity) Solidity is a statically typed, contract-oriented, high-level language for implementing smart contracts on the Ethereum platform. ## Table of Contents @@ -38,7 +39,7 @@ contract HelloWorld { } ``` -To get started with Solidity, you can use [Remix](https://remix.ethereum.org/), which is an +To get started with Solidity, you can use [Remix](https://remix.dexon.org/), which is an browser-based IDE. Here are some example contracts: 1. [Voting](https://solidity.readthedocs.io/en/v0.4.24/solidity-by-example.html#voting) |