Skip to content

andotsio/node-check

Repository files navigation

BlockPI Chain Check

Introduction

To check your node connect status on BlockPI chain

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Production server with pm2:

npm run pm2

Visit Website: http://ip:3002/

About

To check your node status

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published