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)
- Host: GitHub
- URL: https://github.com/xrplf/validation-stream
- Owner: XRPLF
- License: mit
- Created: 2021-02-18T16:35:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T07:28:50.000Z (over 5 years ago)
- Last Synced: 2025-01-04T06:31:01.338Z (over 1 year ago)
- Language: Vue
- Homepage: https://ledger-stream-beta.xrplf.org
- Size: 265 KB
- Stars: 3
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).