Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 678 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 678 Bytes

homebrew-teku

Discord License

Homebrew Tap for Teku. Teku is a Java implementation of the Ethereum 2.0 Beacon Chain.

Getting started

Add the tap, and install:

brew tap ConsenSys/teku
brew install teku

Run the teku executable:

teku --help

Refer to the Teku user documentation for further information.

To upgrade Teku:

brew tap ConsenSys/teku
brew upgrade teku