Installation

Prerequisites

Install Node and Yarn

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
nvm install node
nvm install-latest-npm
npm install --global yarn

Install

Clone from our repo

git clone https://github.com/CryptoNodeID/explorer.git

Build

cd explorer
yarn --ignore-engines && yarn build

the build result will be under dist folder in the current working directory

Setup nginx

Just like in Basicssegment ( Routing using NGINX ), we're going to create config for explorer. In assumption you've know how to and done Setting up SSL, here's the commands and config example:

You might need to modify the nginx config to follow your server configuration like ssl_certificate , ssl_certificate_key and root location where you put the installation of your explorer.

Last updated

Was this helpful?