An open API service indexing awesome lists of open source software.

https://github.com/covenantsql/shardchain-explorer

CovenantSQL shard chain web explorer.
https://github.com/covenantsql/shardchain-explorer

Last synced: 9 days ago
JSON representation

CovenantSQL shard chain web explorer.

Awesome Lists containing this project

README

          

# shardchain-explorer

CovenantSQL shard chain web explorer.

## Develop

```bash
# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build --report
```