Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 2.34 KB

File metadata and controls

58 lines (35 loc) · 2.34 KB

Below Information can be found via the Step-By-Step Guide:

Important:

git pull Teku Build Reference repo consistently to stay up-to-date.

Server Reference:

To Review:

To Read:

Demo Reference:

Build/Test Tool Needed:

Coding Tool/s Needed:

Full node:

---Stores full blockchain data.

---Participates in block validation, verifies all blocks and states.

---All states can be derived from a full node.

---Serves the network and provides data on request.

Light node:

---Stores the header chain and requests everything else.

---Can verify the validity of the data against the state roots in the block headers.

---Useful for low capacity devices, such as embedded devices or mobile phones, which can't afford to store gigabytes of blockchain data