8000 GitHub - citizenweb3/validatorinfo: Web3 Blockchain Explorer. Validator, Mining Pool, Token and Network Real-time Metrics. Interactive Onchain Dashboard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Web3 Blockchain Explorer. Validator, Mining Pool, Token and Network Real-time Metrics. Interactive Onchain Dashboard

License

Notifications You must be signed in to change notification settings

citizenweb3/validatorinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web3 Blockchain Explorer. Validator, Mining Pool, Token and Network Real-time Metrics. Interactive Onchain Dashboard.

Telegram-Storie


Getting Started

Prerequisites

Make sure you have the following installed on your system:

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 Environment and Makefile

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

Install dependencies

yarn

Development

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

0