• NEC Website
  • GitHub
  • Discord Community

Quick Start

  • Get Started

Staking

  • Quick Start
  • Overview
  • Stake on NCOG
  • Run NCOGEarthChain
  • Run Validator Node
  • Running Testnet
  • Operating a private network (fakenet)
  • Running the demo
  • Run a Read-only node
  • Testnet Faucet
  • Run a Full node
  • Run a Testnet read node

API

  • Public API End Points
  • Getting Started
  • Installation
  • GraphQL Schema Basics
  • Schema Structure
  • Implementation Details and Notes

Tutorials

  • Create a ERC721 Contract
  • Deploy a Smart Contract
  • Verify a Deployed Smart Contract
  • Setup MetaMask Wallet
  • Import NFT
  • Create a Local Test Network

Technology

  • Overview
  • Forest Protocal
  • Tolerance to Byzantine Fault (BFT)
  • Proof of Stake
  • Transaction Fees
  • FAQ

Best Practices

  • MANAGE NEC ASSETS WITH LEDGER NANO S
  • How to Navigate NCOG NEC
  • How to Check Your Account Balance
  • How to Receive NCOG Assets
  • How to Send NCOG Assets
  • Leager FAQ
  • Home
  • Docs
  • Staking
  • Running the demo

Running the demo

Table of Contents
  • Install Required Tools
  • Install Go
  • Running the demo

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
What are your Feelings
Share This Article :
  • Facebook
  • Twitter
  • LinkedIn
  • Pinterest
Still stuck? How can we help?

How can we help?

Updated on December 12, 2023
Operating a private network (fakenet)Run a Read-only node

Powered by BetterDocs

Table of Contents
  • Install Required Tools
  • Install Go
  • Running the demo
© 2023. NCOG Earth Chain. All Rights Reserved.