diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-11-13 17:09:52 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | 7088082f533f170866f4f17f855ea98f774c0fea (patch) | |
tree | 81f68ff65e3443d414855db086013fb68c520713 /README.md | |
parent | f74e93dcd930772d918e17a1b4ed9c8f5d016160 (diff) | |
download | dexon-7088082f533f170866f4f17f855ea98f774c0fea.tar.gz dexon-7088082f533f170866f4f17f855ea98f774c0fea.tar.zst dexon-7088082f533f170866f4f17f855ea98f774c0fea.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) |