aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-21 16:17:13 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2019-04-13 20:54:33 +0800
commit6d1f61b651503210f9125903a51a18d1fba9708d (patch)
tree58cec34479d02dd488b99b74f6c897b480ed8b23
parent500ab821044759594eb3db08876b2925b9b3709b (diff)
downloaddexon-solidity-6d1f61b651503210f9125903a51a18d1fba9708d.tar.gz
dexon-solidity-6d1f61b651503210f9125903a51a18d1fba9708d.tar.zst
dexon-solidity-6d1f61b651503210f9125903a51a18d1fba9708d.zip
Update READEME.md to reflect fork
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 959fefc2..03cc9b44 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# The Solidity Contract-Oriented Programming Language
-[![Join the chat at https://gitter.im/ethereum/solidity](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/solidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/ethereum/solidity.svg?branch=develop)](https://travis-ci.org/ethereum/solidity)
+<!--[![Join the chat at https://gitter.im/dexon-foundation/dsolidity](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dexon-foundation/dsolidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)-->
+[![Build Status](https://travis-ci.com/dexon-foundation/dsolidity.svg?branch=develop)](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
@@ -40,7 +41,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)