๐Ÿ”ง 2. Install QIE Node

๐Ÿ› ๏ธ Step-by-Step Node Setup

๐Ÿ” Step 1: Clone the QIE Repository

cd $HOME
sudo apt-get install wget
wget https://github.com/qieadmin/qiev3-mainnet/releases/download/v3/qiemainnetv3.zip
unzip qiemainnetv3.zip
cd QIEV3Mainnet

๐Ÿงญ Step 2: Add the Binary to Your PATH

In the QIEV3Mainnet directory, run:

sudo cp -r ./qied /usr/bin
cd $HOME

This allows you to use qied globally from anywhere.

Last updated