Skip to content

Consensys/homebrew-teku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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