Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 681 Bytes

File metadata and controls

28 lines (19 loc) · 681 Bytes

Background

CovenantScan is CovenantSQL's main chain explorer, mainly provides chain status, block producers status, blocks and transactions, etc. cqli acts as an interactive client for the chain in CovenantScan.

Development

For local development:

  • yarn install
  • yarn dev

Deployment

CovenantScan now is runing as a single page application host on Github Page, run ship script as following for deployment.

./ship.sh

Credit & License

Credit goes to handy VueJS and its ecosystem.

MIT