Skip to main content

Installation

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

  1. Go to the releases page ↗ and find version v3.1.10
  2. Select the binary file for your node's hardware
  3. Download and decompress the file

To install, run:

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

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

export PATH=$PATH:~/bin

Run commands from inside the v3-operator folder using this format:

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

Next Steps

Once installed, continue with Prepare Operator →.