Skip to content

hyperledger/homebrew-besu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

homebrew-besu

Discord Documentation Status License Homebrew Tap for besu.

Getting started

Add the tap, and install:

brew tap hyperledger/besu
brew install besu

Run the besu executable:

besu --help

Refer to the Besu docs for further information.

To upgrade besu:

brew tap hyperledger/besu
brew upgrade besu

Version update workflow

Use GitHub workflow to updated the version. Run the workflow to perform new release update. Workflow requires Besu version, name of the git author and the email of the aurther. If the workflow have permission to create pull requests, it will create the PR. If not user need to create the pull request using the created branch.