Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 795 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 795 Bytes

Nillion Node Setup Guide for Beginners

Introduction

Welcome to the Nillion Node installation guide! This tutorial is designed for beginners who want to set up and run a Nillion Node. We will cover all the steps needed, from installing the necessary software to running your first Nillion Verifier Node.

Prerequisites

Before starting the installation, make sure you have:

  1. A Linux-based system (Ubuntu/Debian preferred)
  2. Basic knowledge of terminal commands
  3. Docker and jq installed

If you don't have Docker or jq, don't worry! We'll walk you through the process of installing them below.

Step 1: Update Your System

First, update your system packages to ensure everything is up to date:

sudo apt-get update && sudo apt-get upgrade -y

sudo apt-get install jq -y