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 for development and testing purposes. Remember to always read the documentation available in the 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 keybase passphrase, should appear.