0_zFOT-Sli7X6s9_vV.jpg

Introduction

Hello everyone You are on the page of the Side Protocol project guide. This project, as well as 0G_LABS, is one of my favorite projects, which is why I decided to write it! I hope it will be useful to you. You can also leave your feedback by writing to me personally on my social networks, links to which you can find on the main page

Guide

Hardware Requirement

MEMORY 8 GB
CPU 4 cores
DISK 500 GB
BANDWIDTH 1 GBps

Chain Configure

CHAIN-ID grimoria-testnet-1
CHAIN-RPC https://testnet-rpc.side.one
Rest https://testnet-rest.side.one
gRPC https://testnet-grpc.side.one:443
Persistence Nodes [email protected]:26656,[email protected]:26656

Build Side from Source Code

Verify Golang installation

go version

Clone the Repository

rm -rf side
git clone <https://github.com/sideprotocol/side.git>
cd side
git checkout v0.9.0

Compile the Sided Binary

make install

Set Up Environment Variables

export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin

Verify Installation

sided version
# Output should be 0.9.0