Skip to content

Multichain, POW and POS blockchain explorer, dashboard and aggregator. Providing analytics and real-time metrics on networks, validators, mining pools and tokens.

License

Notifications You must be signed in to change notification settings

citizenweb3/validatorinfo

Repository files navigation

Multichain explorer, for Proof of Work and Proof of Stake blockchain networks. Dashboard and aggregator. Focused on providing real-time metrics on networks, validators, mining pools and tokens.

image


Installing

Prerequisites

sudo apt install cmdtest
sudo apt install nodejs
sudo apt install npm
sudo apt install build-essential
npm install --global yarn
yarn global add pm2

Clone repo

git clone https://github.com/citizenweb3/validatorinfo.git validatorinfo
cd validatorinfo

Prepare your .env and Makefile files

cp .env.example .env
cp Makefile.example Makefile

Install dependencies

yarn

Develop

make create-deps
make generate-client
make deploy-migrations
make init-chains
make generate-schema
yarn dev

Build

make create-deps
make generate-client
make deploy-migrations
make init-chains
make generate-schema
yarn build

Start built project

pm2 start "yarn start" --name next
pm2 start "make start-indexer" --name indexer