From d149839faf4fb0805d3e1d452410a7a62273de37 Mon Sep 17 00:00:00 2001 From: Rongjian Lan Date: Wed, 2 Jan 2019 11:43:21 -0800 Subject: [PATCH] Add readme for /node --- node/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 node/README.md diff --git a/node/README.md b/node/README.md new file mode 100644 index 000000000..22fb185ae --- /dev/null +++ b/node/README.md @@ -0,0 +1,3 @@ +Node struct is the core entity that represents a network node participating in the Harmony protocol. + +A node is the main message handler to all kinds of protocol messages such as consensus message, block sync, transactions etc. A node contains all the necessary references to other objects (e.g. blockchain object and consensus object) to handle the incoming messages. \ No newline at end of file