diff options
| author | Jimmy Hu <jimmy.hu@dexon.org> | 2018-12-07 14:22:53 +0800 |
|---|---|---|
| committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
| commit | ac861b610aa955541b8a05d973f7e95f53daceff (patch) | |
| tree | e64aa0d8cee948bf4237a468ab505b00b8556562 | |
| parent | 588d47679746346315b7fa99fc634ac372a48974 (diff) | |
| download | dexon-ac861b610aa955541b8a05d973f7e95f53daceff.tar dexon-ac861b610aa955541b8a05d973f7e95f53daceff.tar.gz dexon-ac861b610aa955541b8a05d973f7e95f53daceff.tar.bz2 dexon-ac861b610aa955541b8a05d973f7e95f53daceff.tar.lz dexon-ac861b610aa955541b8a05d973f7e95f53daceff.tar.xz dexon-ac861b610aa955541b8a05d973f7e95f53daceff.tar.zst dexon-ac861b610aa955541b8a05d973f7e95f53daceff.zip | |
Update README.md (#83)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Official golang implementation of the DEXON fullnode. -DEXON implementation is based-on the go-ethereum project. The consensus layer is replaced with the [DEXON consensus](https://github.com/dexon-foundation/dexon-consensus) implementation. +DEXON implementation is based-on the [go-ethereum](https://github.com/ethereum/go-ethereum) project. The consensus layer is replaced with the [DEXON consensus](https://github.com/dexon-foundation/dexon-consensus) implementation. [