/vsc-explorer

VSC Block Explorer

Primary LanguageTypeScriptMIT LicenseMIT

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