Table of Contents
Install Required Tools #
Now we are going to install Go.
First, install the required build tools:
# Update package lists and upgrade installed packages
(validator)$ apt upgrade -y
# Install software-properties-common
(validator)$ apt install -y software-properties-common
# Add the Go programming language repository
(validator)$ add-apt-repository -y ppa:longsleep/golang-backports
# Update package lists after adding the repository
(validator)$ apt update
Install Go #
# Install go
(validator)$ apt install -y golang-go
EVM-compatible chain secured by the Forest consensus algorithm. With NCOG Earth Chain, you can experience the fastest blockchain transactions.
Running the demo #
For the testing purposes, the full demo may be launched using:
# clone go-ncogearthchain
git clone https://github.com/Ncog-Earth-Chain/go-ncogearthchain.git
# move to demo folder
cd demo/
# start the Ncogearthchain processes
./start.sh
# stop the demo
./stop.sh
# Erase the chain data
./clean.sh