Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hyperledger/homebrew-besu


https://github.com/hyperledger/homebrew-besu

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# homebrew-besu
[![Discord](https://img.shields.io/discord/905194001349627914?logo=Hyperledger&style=plastic.svg)](https://discord.gg/hyperledger)
[![Documentation Status](https://readthedocs.org/projects/hyperledger-besu/badge/?version=latest)](https://besu.hyperledger.org/en/latest/?badge=latest)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/hyperledger/homebrew-besu/blob/main/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](https://besu.hyperledger.org) for further information.

To upgrade besu:
```
brew tap hyperledger/besu
brew upgrade besu
```

## Version update workflow

Use GitHub [workflow](.github/workflows/update-version.yml) 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.