Skip to content

meterio/scanv2

Repository files navigation

Meter Scan v2

block explorer project for meter network, inspired by Etherscan

Project setup

yarn install

env

cp .env.example .env

Support ChainList

cp src/config-example.json src/config.json

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.