diff options
| author | Wei-Ning Huang <w@dexon.org> | 2018-11-21 16:17:13 +0800 |
|---|---|---|
| committer | Jimmy Hu <jimmy.hu@dexon.org> | 2018-12-01 00:58:51 +0800 |
| commit | f18a34548cd3910ddfca1bde27f56ebfdcdbaab5 (patch) | |
| tree | f3470963bd4c90172b08b209b9d51eaf33ab03e1 | |
| parent | d2157af54ad117e1609bc738972c6f0293617ec8 (diff) | |
| download | dexon-solidity-f18a34548cd3910ddfca1bde27f56ebfdcdbaab5.tar dexon-solidity-f18a34548cd3910ddfca1bde27f56ebfdcdbaab5.tar.gz dexon-solidity-f18a34548cd3910ddfca1bde27f56ebfdcdbaab5.tar.bz2 dexon-solidity-f18a34548cd3910ddfca1bde27f56ebfdcdbaab5.tar.lz dexon-solidity-f18a34548cd3910ddfca1bde27f56ebfdcdbaab5.tar.xz dexon-solidity-f18a34548cd3910ddfca1bde27f56ebfdcdbaab5.tar.zst dexon-solidity-f18a34548cd3910ddfca1bde27f56ebfdcdbaab5.zip | |
Update READEME.md to reflect fork
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 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) @@ -62,5 +63,5 @@ if you want to help. [@chriseth](https://github.com/chriseth) ## License -Solidity is licensed under [GNU General Public License v3.0](https://github.com/ethereum/solidity/blob/develop/LICENSE.txt) +Solidity is licensed under [GNU General Public License v3.0](https://github.com/dexon-foundation/dsolidity/blob/develop/LICENSE.txt) |
