Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 655 Bytes

File metadata and controls

33 lines (22 loc) · 655 Bytes

CARDIUM Explorer

CARDIUM Blockchain Explorer is available on https://explorer.cardium.network

Setup

Install NodeJS

Install yarn

Install gulp-cli:

yarn global add gulp-cli

Run locally

From the project directory run:

yarn install 
yarn start

Your browser will open local version of CARDIUM Explorer automatically.

Build

Build process creates ./dist directory with CARDIUM Explorer distribution that supports mainnet, testnet and a custom network. To create the distribution, run from the project directory:

gulp buildOfficialProd