Prerequisites

It is assumed that you’re running Linux or MacOS.

Install

First we need to make sure rust is install on your system. You can install it by running the following command:

curl https://sh.rustup.rs -sSf | sh -s -- -y

Once this is done we need to clone the phylax-monitor git repository. You can do this by running the following command:

git clone https://github.com/phylaxsystems/phylax-monitor.git

Then we need to navigate to the phylax-monitor directory:

cd phylax-monitor

Now we need to initialize the repository settings:

make init

Lastly we need to build the Phylax Monitor:

cargo build --release

This last step might take a bit of time, so go grab a drink and come back in a few minutes.

Run

Currently