Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 494 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 494 Bytes

Encointer Explorer

This is the source code of the explorer deployed at explorer.encointer.org

Based on Substrate frontend template

Usage

You can start the explorer in development mode to connect to a locally running node

yarn start

You can also build the app in production mode,

yarn build

and open build/index.html in your favorite browser.