0_AxKIus_I-soNSp03.jpg

Introduction

Hi! In this small guide, we will analyze how to install the DA Client of the 0G_LABS project. I also have other guides that you can find at the links below!

🔺 0G LABS install and setup guide

🔻 0G LABS storage node Install and setup guide

🔸 0G LABS storage KV install and setup guide

Guide

Hardware Requirement

RAM 8 GB
CPU 2 cores
BANDWIDTH 100 MBps

Install Dependencies

sudo apt-get update
sudo apt-get install cmake

Install Go

# Download Go installer
wget <https://go.dev/dl/go1.22.0.linux-amd64.tar.gz>

# Extract the archive
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.22.0.linux-amd64.tar.gz

# Update PATH
export PATH=$PATH:/usr/local/go/bin

Download Source Code

git clone -b v1.0.0-testnet <https://github.com/0glabs/0g-da-client.git>

Configuration

Adjust the following parameters in your configuration: