mirror of
https://github.com/status-im/status-go-monitor.git
synced 2025-01-12 04:14:11 +00:00
Description
This is a console client for manging peers connected to an instance of status-go.
Details
It is written in Go using gocui library.
Building
The simplest way is to just run:
make build
And use it from the bin
folder:
./bin/status-monitor
TODO
- Command line options for connecting to
status-go
- Confirmation dialogs for actions on peers
- Syncing of mailservers
- Info about current node
- Help screen / bindings list
Languages
Go
99.3%
Makefile
0.7%