teku

Java implementation of Ethereum 2.0 Beacon Chain client

brewmacoslinux
Try with needOr install directly
Source

About

Java Implementation of the Ethereum 2.0 Beacon Chain

Commands

teku

Examples

Start Teku beacon chain node on mainnet$ teku --network=mainnet
Run Teku with custom data directory and port$ teku --data-path=/var/lib/teku --p2p-port=9000
Start Teku connected to Ethereum execution client$ teku --network=mainnet --ee-endpoint=http://localhost:8545