solana-bankingstage-dashboard/README.md

27 lines
627 B
Markdown
Raw Normal View History

2023-10-14 08:45:24 -07:00
## Solana Tx Error Page!
2023-06-12 09:06:19 -07:00
2023-10-14 08:45:24 -07:00
### Status
Pre-alpha / demo only
### Screenshots
#### Transaction errors with messages
![Transaction Errors](docs/tx-errors.png "Transaction Errors")
##### Blocks fill rate / errors / total tx
![Recent Blocks](docs/blocks.png "Blocks Content")
### Development
2023-10-16 13:12:54 -07:00
**Caution:** Port `5000` cannot be used on MacOS.
2023-10-14 08:45:24 -07:00
```
2023-10-16 12:59:24 -07:00
# Unix/macOS
python3 -m venv .venv
source .venv/bin/activate
2023-10-16 13:12:54 -07:00
TEMPLATES_AUTO_RELOAD=True flask run --port 5050 --debug --reload
2023-10-14 08:45:24 -07:00
```
2023-10-16 12:59:24 -07:00
Open Firefox Browser and navigate to ...
2023-10-16 13:12:54 -07:00
* [Dashboard](http://localhost:5050/dashboard)
* [Blocks and Tx Errors](http://localhost:5050/recent-blocks)