Orai Chain Full Node Setup

Begin with a new Ubuntu 20.04 system and update sudo apt update && sudo apt upgrade -y Install make, gcc , and jq sudo apt install jq make gcc -y Install Go wget https://go.dev/dl/go1.21.0.linux-amd64.tar.gz -O /tmp/go1.21.0.linux-amd64.tar.gz && rm...