feat: add basic UI for block explorer

This commit is contained in:
Prad Nukala
2024-09-05 17:11:52 -04:00
parent 73997ad670
commit 1ec797e36f
4 changed files with 421 additions and 54 deletions
+1
View File
@@ -14,6 +14,7 @@ import (
func main() {
rootCmd := NewRootCmd()
rootCmd.AddCommand(tui.NewBuildProtoMsgCmd())
// rootCmd.AddCommand(tui.NewExplorerCmd())
if err := svrcmd.Execute(rootCmd, "", app.DefaultNodeHome); err != nil {
log.NewLogger(rootCmd.OutOrStderr()).Error("failure when running app", "err", err)