Repository dedicated to host the formula to install the Pocket-Core binary using Homebrew.
These instructions will get you a copy of the project up and running on your local machine.
Remember to always read the documentation available on Pocket Documentation.
You need to have the package manager Homebrew installed.
To install Homebrew on Mac or Linux, run the following command in a terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
To install Pocket-Core using Homebrew just run the following commands in a terminal on your system:
brew tap pokt-network/pocket-core
brew install pocket
And to start Pocket-Core you can simply run:
pocket start
If everything works, a terminal prompt asking for a coinbase passphrase should appear.
To update the formula, simply run the following command with the new version of the binary:
For example, to update to version RC-0.12.0:
./update_brew.sh RC-0.12.0