Explorer mode basic frontend #8

Open
opened 2024-11-07 12:24:09 +00:00 by alexvanin · 0 comments
Owner

Monza implements explorer command: application runs in interactive mode and provides user interface to scroll over blocks, look for transactions and produced notifications.

In this issue, implement new -http=<addr>:<port> flag (similar to -http flag in go tool pprof) in explorer command.

When flag is enabled, monza should run web-server and generate static HTML page with list of blocks. This list of blocks should be paginated, because there might be many many blocks in the chain. Provide brief information about block: timestamp and number of transaction in the block.

Add endpoint for detailed information about block: transaction details and notifications. Add links to travel back and forth.

Put implementation in a separate source code file, keep changes in explorer.go small.

Monza implements `explorer` command: application runs in interactive mode and provides user interface to scroll over blocks, look for transactions and produced notifications. In this issue, implement new `-http=<addr>:<port>` flag (similar to `-http` flag in `go tool pprof`) in `explorer` command. When flag is enabled, monza should run web-server and generate static HTML page with list of blocks. This list of blocks should be paginated, because there might be many many blocks in the chain. Provide brief information about block: timestamp and number of transaction in the block. Add endpoint for detailed information about block: transaction details and notifications. Add links to travel back and forth. Put implementation in a separate source code file, keep changes in `explorer.go` small.
alexvanin added the
good first issue
label 2024-11-07 12:24:43 +00:00
Sign in to join this conversation.
No description provided.