Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/covenantsql/covenant-scan
CovenantSQL main chain explorer
https://github.com/covenantsql/covenant-scan
blockchain cqli explorer jsonrpc spa typescript vuejs websocket
Last synced: 3 months ago
JSON representation
CovenantSQL main chain explorer
- Host: GitHub
- URL: https://github.com/covenantsql/covenant-scan
- Owner: CovenantSQL
- Created: 2019-01-31T12:15:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T17:20:30.000Z (about 2 years ago)
- Last Synced: 2023-08-13T05:10:40.945Z (over 1 year ago)
- Topics: blockchain, cqli, explorer, jsonrpc, spa, typescript, vuejs, websocket
- Language: Vue
- Homepage: http://scan.covenantsql.io
- Size: 3.77 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Background
CovenantScan is CovenantSQL's main chain explorer, mainly provides chain status, block producers status, blocks and transactions, etc. [cqli](https://github.com/CovenantSQL/cql.js) 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](https://github.com/vuejs) and its ecosystem.MIT