Skip to main content

Node Operator

Setting up the operating system environment for node operators

Running an aelf node requires a well-configured operating system environment. This guide walks you through setting up your environment to run aelf nodes efficiently.

Prerequisites

Before diving into the setup, ensure you have the following:

  • Operating System: Windows, macOS, or Linux.
  • Internet Connection: For downloading and installing tools.

Step-by-Step Setup

1. Install Node.js

  • Visit the Node.js homepage.
  • Download the LTS version of Node.js.
  • Run the installer and follow the prompts.

2. Install aelf CLI

To install the aelf-command tool globally, use npm:

npm install aelf-command -g

3. Install Additional Tools

Git

If you plan to use version control, install Git from the Git Downloads page.