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

https://github.com/xrplf/validation-stream

Validation Stream WebUI (alpha)
https://github.com/xrplf/validation-stream

Last synced: 10 days ago
JSON representation

Validation Stream WebUI (alpha)

Awesome Lists containing this project

README

          

# Basic live view of:
## `https://validations.zaphod.ee/`

This stream is a subset of validators. Greater coverage is expected when 1.7.0 is extended to all servers.

### Live demo: https://ledger-stream-beta.xrplf.org

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).