cmd

package
v2.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2023 License: Apache-2.0 Imports: 73 Imported by: 0

Documentation

Index

Constants

View Source
const (
	STRATEGIC_PARTNERS_AMOUNT = 51_071_429_000_000
	ADVISORS_AMOUNT           = 10_000_000_000_000
	AIRDROP_AMOUNT            = 50_407_937_671_500 // Chains & bounties airdrop + GOL delegation: 407937.671500 LORE
)
View Source
const (
	// FlagOverwrite defines a flag to overwrite an existing genesis JSON file.
	FlagOverwrite = "overwrite"

	// FlagSeed defines a flag to initialize the private validator key from a specific seed.
	FlagRecover = "recover"
)
View Source
const (
	VESTING_PERIOD_SECONDS = 86400 * 30 * 2 // 2 months
)

Variables

View Source
var (
	GENESIS_TIME       = time.Date(2023, 5, 17, 17, 5, 17, 517517517, time.UTC)
	VESTING_START_TIME = GENESIS_TIME.AddDate(1, 0, 0).Unix()
)

Functions

func AddGenesisAccountCmd

func AddGenesisAccountCmd(defaultNodeHome string) *cobra.Command

AddGenesisAccountCmd returns add-genesis-account cobra Command.

func GenerateGenesisCmd

func GenerateGenesisCmd() *cobra.Command

func InitCmd

func InitCmd(mbm module.BasicManager, defaultNodeHome string) *cobra.Command

InitCmd returns a command that initializes all files needed for Tendermint and the respective application.

func NewRootCmd

func NewRootCmd() (*cobra.Command, params.EncodingConfig)

NewRootCmd creates a new root command for simd. It is called once in the main function.

Types

This section is empty.

Jump to

Keyboard shortcuts

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