Add readme for /node

pull/194/head
Rongjian Lan 6 years ago
parent 8aab7552c5
commit d149839faf
  1. 3
      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.
Loading…
Cancel
Save