Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "blobcast", Short: "Blobcast is a minimal based rollup for publishing and retrieving files", Long: `Blobcast is a minimal based rollup for publishing and retrieving files on top of Celestia's data availability layer. Files are chunked, submitted, and tracked by manifests. Blobcast nodes derive blockchain state from Celestia blocks to provide content-addressable file storage with cryptographic integrity guarantees.`, Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
Functions ¶
func GetEnvWithDefault ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.