https://github.com/tendermint/homebrew-tendermint
Homebrew Tap for Tendermint, Ethermint, Basecoin and all related projects.
https://github.com/tendermint/homebrew-tendermint
Last synced: 10 months ago
JSON representation
Homebrew Tap for Tendermint, Ethermint, Basecoin and all related projects.
- Host: GitHub
- URL: https://github.com/tendermint/homebrew-tendermint
- Owner: tendermint
- License: other
- Created: 2017-06-20T10:21:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T15:57:50.000Z (about 5 years ago)
- Last Synced: 2025-04-14T07:47:01.873Z (about 1 year ago)
- Language: Ruby
- Size: 36.1 KB
- Stars: 4
- Watchers: 18
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew Tendermint
A centralized repository for Tendermint-related brews.
## Requirements
* [Homebrew](https://github.com/Homebrew/brew)
* El Capitan, Sierra and High Sierra. Untested everywhere else.
## Installation
Run the following in your command-line:
```sh
$ brew tap tendermint/homebrew-tendermint
```
## Usage
Once the tap is installed, you can install `tendermint`, `ethermint`, or any formulae you might need via:
```sh
$ brew install tendermint
```
```sh
$ brew install ethermint
```
**Note:** For a list of available configuration options run:
```sh
$ brew options
```
That's it!
Please also follow the instructions from `brew info` at the end of the install to ensure you properly installed your formulae version.
## Running
Please see the documentation for the respective clients for more information on running them.
* [Tendermint](https://github.com/tendermint/tendermint)
* [Ethermint](https://github.com/tendermint/ethermint)
## License
See [LICENSE](LICENSE).