Skip to main content

Installation

Operator Service can be installed in several ways: as a binary, via Docker, deployed on Kubernetes with the Operator Helm Chart, or built from source. Choose your preferred method and follow the instructions below.

Binary Installation

Download

  1. Go to the releases page ↗ and find the latest version
  2. Select the binary file for your node's hardware
  3. Download and decompress the file
  4. Run commands from inside the v3-operator folder:
./operator COMMAND --flagA=123 --flagB=xyz
IconOptional

The use of flags is optional.

Install Script (Linux and macOS)

To install the latest release, run:

curl -sSfL https://raw.githubusercontent.com/stakewise/v3-operator/master/scripts/install.sh | sh -s

The binary will be placed in ~/bin. Add it to your PATH:

export PATH=$PATH:~/bin

To install a specific version to a custom location:

curl -sSfL https://raw.githubusercontent.com/stakewise/v3-operator/master/scripts/install.sh | sh -s -- -b <custom_location> vX.X.X

Run commands with:

operator COMMAND --flagA=123 --flagB=xyz

Next Steps

Once installed, continue with Validator Keys ↗.