Integrate Statuspage for rusk and web wallet #1478
Labels
module:explorer
Issues related to explorer module
module:web-wallet
Issues related to web-wallet module
type:enhancement
Issues concerning code or feature improvement (performance, refactoring, etc)
Summary
Have a status page like Solana does at https://status.solana.com/ (even better -> https://incident.io/status-pages)
Or we could self host one on a independent server https://github.com/louislam/uptime-kuma
Possible solution design or implementation
We could send a curl request to the node.dusk.network topic: gql but we should have something that tells if specific things about the node, if its producing blocks or not, gas fees and how many transactions waiting to get accepted in mempool, consensus metrics, etc.
The text was updated successfully, but these errors were encountered: