Skip to content

Java Implementation of the Ethereum Altair Minimal Light Client Prototype for Teku (Consensys)

Notifications You must be signed in to change notification settings

jeyakatsa/Altair----Minimal-Light-Client-Prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java Implementation of the Ethereum Altair Minimal Light Client Prototype for Teku (Consensys)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages