Terminal UI for monitoring state of status-go process through RPC
Go to file
Jakub Sokołowski 484f6c7df4
move helpers out of AppState into StateController
this makes for shorter calls

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-09 14:39:02 -04:00
img add a basic README and a screenshot 2019-07-05 10:16:05 -04:00
internal move helpers out of AppState into StateController 2019-07-09 14:39:02 -04:00
.gitignore do not ignore go.mod and go.sum 2019-07-01 13:07:20 -04:00
LICENSE add MIT license 2019-07-01 13:07:20 -04:00
Makefile fix Makefile default target 2019-07-07 07:32:16 -04:00
README.md update readme 2019-07-09 11:32:01 -04:00
go.mod drop useless import, use redux v2 2019-07-01 13:07:20 -04:00
go.sum drop useless import, use redux v2 2019-07-01 13:07:20 -04:00
main.go move StateController from ViewController to ViewManager 2019-07-09 14:31:00 -04:00

README.md

Status Go Monitor Go Report Card

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

  • Syncing of mailservers
  • Info about current node