Cosmos Explorer (Ping.Pub Based)
Quick Install for Prerequisites
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bashnvm install node # "node" is an alias for the latest versionnvm install-latest-npm # get the latest supported npm version on the current node versionnpm install --global yarnInstall Explorer
// Download the source, use ping.pub repo directly,
// if using my repo, you'll use the same chain as mine :)
// install git
sudo apt-get install git
// download from ping.pub github (choose one, no need to download both)
git pull https://github.com/ping-pub/explorer.git
// or download from our github (choose one, no need to download both)
git pull https://github.com/pramonoutomo/blockchain-explorer.git
// run directly
yarn --ignore-engines && yarn serveLast updated