https://github.com/bpanel-org/mempool-widget
A simple dashboard widget for bPanel that displays mempool size and number of transactions
https://github.com/bpanel-org/mempool-widget
Last synced: about 1 year ago
JSON representation
A simple dashboard widget for bPanel that displays mempool size and number of transactions
- Host: GitHub
- URL: https://github.com/bpanel-org/mempool-widget
- Owner: bpanel-org
- License: mit
- Created: 2018-03-29T21:52:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T00:56:47.000Z (over 7 years ago)
- Last Synced: 2025-03-22T07:34:29.345Z (about 1 year ago)
- Language: JavaScript
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mempool Widget
A simple widget for the [bPanel Dashboard plugin](https://github.com/bpanel-org/dashboard). The mempool
widget decorates the secondary widget area below the larger primary area. Order of widgets in secondary area
will depend on the order in which the widget plugins were installed.
The widget relies on the [chain sockets](https://github.com/bpanel-org/chain-sockets) plugin to subscribe
to new transaction events via websockets. TX count and mempool size will increase (and decrease) as new transactions
are received and blocks found.

(Note: you cannot actually make transactions cheaper by clicking a button. The button in the widget has no actual effect.)