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 /README.md | |
parent | 9aacbec85f6fc9b76320e2ac65206e7538415a91 (diff) | |
download | go-tangerine-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.tar go-tangerine-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.tar.gz go-tangerine-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.tar.bz2 go-tangerine-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.tar.lz go-tangerine-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.tar.xz go-tangerine-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.tar.zst go-tangerine-9992f3a4865b3cf8ded9cbb9911f441190fd32ec.zip |
Update README.md
Diffstat (limited to '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. + [![API Reference]( https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667 )](https://godoc.org/github.com/dexon-foundation/dexon) |