seinetwork

package
v0.0.59 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2026 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Package seinetwork registers the `seictl network` verb tree, which manages SeiNetwork (seinetworks.sei.io/v1alpha1) custom resources via embedded presets. A SeiNetwork bootstraps a new chain through a genesis ceremony that mints the founding validator set. It is the genesis- validator half of the split that replaced the single `seictl nodedeployment` tree; the follower/full-node half is `seictl node` (package seinode).

See design/WS-A-seictl-lld.md for the command surface and the admission-immutability caveats on spec.genesis / spec.replicas (§2.2a).

Index

Constants

This section is empty.

Variables

View Source
var Cmd = cli.Command{
	Name:  "network",
	Usage: "Manage SeiNetwork custom resources via embedded presets",
	Commands: []*cli.Command{
		&applyCmd,
		&getCmd,
		&listCmd,
		&deleteCmd,
		&watchCmd,
	},
}

Cmd is the `seictl network` command tree.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL