Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "ksync", Short: "Fast Sync validated and archived blocks from KYVE to every Tendermint based Blockchain Application", PersistentPreRun: func(cmd *cobra.Command, args []string) { if flags.Debug { zerolog.SetGlobalLevel(zerolog.DebugLevel) } metrics.SetCommand(cmd.Use) }, }
RootCmd is the root command for KSYNC.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.