Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 678 Bytes

README.md

File metadata and controls

47 lines (35 loc) · 678 Bytes

VSC Explorer

Block explorer for VSC, a Hive L2 smart contract platform.

Required Dependencies

  • pnpm
  • nodejs (Latest LTS)

Setup

Installation

git clone https://github.com/techcoderx/vsc-explorer
cd vsc-explorer
pnpm i

Start development server

pnpm start

Build

Create minified build

pnpm run build

The resulting files can be found in dist folder.

Test minified build

pnpm run preview

Dockerized setup

Build image

docker build -t vsc-blocks .

Run container

docker run -d --rm -p 8080:8080 --name=vsc-blocks vsc-blocks