diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-13 17:09:52 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:53 +0800 |
commit | 9992f3a4865b3cf8ded9cbb9911f441190fd32ec (patch) | |
tree | d308a947c19f41adfb75e67fe063d55747b6a99a | |
parent | 9aacbec85f6fc9b76320e2ac65206e7538415a91 (diff) | |
download | dexon-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.tar dexon-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.tar.gz dexon-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.tar.bz2 dexon-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.tar.lz dexon-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.tar.xz dexon-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.tar.zst dexon-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ -## Dexon +## DEXON 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. + [](https://godoc.org/github.com/dexon-foundation/dexon) |