Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 531 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 531 Bytes

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.