Jakub Sokołowski 619a55b179
formatting and typos
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-07 07:25:21 -04:00
2019-07-05 10:16:05 -04:00
2019-07-01 13:07:20 -04:00
2019-07-04 09:06:36 -04:00
2019-07-01 13:07:20 -04:00
2019-07-01 13:07:20 -04:00
2019-07-04 09:06:36 -04:00
2019-07-01 13:07:20 -04:00
2019-07-07 07:25:21 -04:00
2019-07-05 10:16:05 -04:00
2019-07-04 09:06:36 -04:00
2019-07-05 10:16:05 -04:00
2019-07-04 09:06:36 -04:00
2019-07-07 07:25:21 -04: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
Description
Terminal UI for monitoring state of status-go process through RPC
Readme MIT
Languages
Go 99.3%
Makefile 0.7%