aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-12-04 16:37:47 +0800
committerWei-Ning Huang <w@dexon.org>2018-12-04 16:37:47 +0800
commit64d066edb8150cb4a89eb9fffa07212b77f431b6 (patch)
tree0aa9e476f9bdc4709a445ad911e30881f5ac28d5
parentbfafeaed0b7d026808856da49364ec1ccaf6c84c (diff)
downloaddexon-wiki-64d066edb8150cb4a89eb9fffa07212b77f431b6.tar
dexon-wiki-64d066edb8150cb4a89eb9fffa07212b77f431b6.tar.gz
dexon-wiki-64d066edb8150cb4a89eb9fffa07212b77f431b6.tar.bz2
dexon-wiki-64d066edb8150cb4a89eb9fffa07212b77f431b6.tar.lz
dexon-wiki-64d066edb8150cb4a89eb9fffa07212b77f431b6.tar.xz
dexon-wiki-64d066edb8150cb4a89eb9fffa07212b77f431b6.tar.zst
dexon-wiki-64d066edb8150cb4a89eb9fffa07212b77f431b6.zip
Updated Home (markdown)
-rw-r--r--Home.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Home.md b/Home.md
index 5507e1b..416caa8 100644
--- a/Home.md
+++ b/Home.md
@@ -1,5 +1,8 @@
DEXON's fullnode implementation is based on the [go-ethereum](https://github.com/ethereum/go-ethereum) project. These means we are API-compatible with Ethereum.
+The JSON-RPC specification is the same as Ethereum, the readers could refer to the [Ethereum Wiki on the fullnode JSON-PRC](https://github.com/ethereum/wiki/wiki/JSON-RPC).
+
+
# List of Repositories
* [dexon-consensus](https://github.com/dexon-foundation/dexon-consensus): the consensus SDK and simulation.