Those requirements are necessary in order to perform the recommended method of running Lisk Service on the server.
These programs and resources are required to install and run Lisk Service.
Install Brew by following the most recent instruction.
If you already have Brew installed, make sure it is working and up-to-date.
brew update
brew doctor
Install Xcode essentials coming from Apple.
xcode-select --install
Tip: You can skip this point if you have already installed the full version of XCode.
Docker is used as a run-time environment for Lisk Service. It takes care of most dependencies and simplifies the required configuration.
Follow the official documentation to install Docker Desktop on MacOS.
The most recent version of Docker Desktop already contains docker-compose tool. Visit the official documentation page for more information.
If you have all dependencies installed properly, it is possible to run pre-build Docker images with Lisk Service. It is also possible to build those images locally by using the make build-images
command.
Refer to the main README file regarding the next steps.