--- title: snrd genesis description: Application's genesis-related subcommands --- ## Usage ```shell snrd genesis [flags] ``` ```shell snrd genesis [command] ``` ## Available Commands | Command | Description | |---------|-------------| | `add-genesis-account` | Add a genesis account to genesis.json | | `collect-gentxs` | Collect genesis txs and output a genesis.json file | | `gentx` | Generate a genesis tx carrying a self delegation | | `migrate` | Migrate genesis to a specified target version | | `validate` | Validates the genesis file at the default location or at the location passed as an arg | ## Flags ## Global Flags ## Examples ### Basic usage ```shell snrd genesis ``` ## See Also - [snrd](./snrd) - Parent command