Babylon CLI Usage Guide
Comprehensive command reference for
babylond
🚀 CLI Commands​
# Babylon CLI Usage Guide
​
# Babylon CLI Usage Guide
babylond add-genesis-account​
Add a genesis account to genesis.json. The provided account must specify
the account address or key name and a list of initial coins. If a key name is given,
the address will be looked up in the local Keybase. The list of initial tokens must
contain valid denominations. Accounts may optionally be supplied with vesting parameters.
Usage:
babylond add-genesis-account [address_or_key_name] [coin][,[coin]] [flags]
Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for add-genesis-account
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os")
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
--vesting-amount string amount of coins for vesting accounts
--vesting-end-time int schedule end time (unix epoch) for vesting accounts
--vesting-start-time int schedule start time (unix epoch) for vesting accounts
Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond collect-gentxs​
Collect genesis txs and output a genesis.json file
Usage:
babylond collect-gentxs [flags]
Flags:
--gentx-dir string override default "gentx" directory from which collect and execute genesis transactions; default [--home]/config/gentx/
-h, --help help for collect-gentxs
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond comet​
CometBFT subcommands
Usage:
babylond comet [command]
Aliases:
comet, cometbft, tendermint
Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version
Flags:
-h, --help help for comet
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond comet [command] --help" for more information about a command.
babylond comet bootstrap-state​
Bootstrap CometBFT state at an arbitrary block height using a light client
Usage:
babylond comet bootstrap-state [flags]
Flags:
--height int Block height to bootstrap state at, if not provided it uses the latest block height in app state
-h, --help help for bootstrap-state
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond comet reset-state​
Remove all the data and WAL
Usage:
babylond comet reset-state [flags]
Aliases:
reset-state, reset_state
Flags:
-h, --help help for reset-state
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond comet show-address​
Shows this node's CometBFT validator consensus address
Usage:
babylond comet show-address [flags]
Flags:
-h, --help help for show-address
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond comet show-node-id​
Show this node's ID
Usage:
babylond comet show-node-id [flags]
Flags:
-h, --help help for show-node-id
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond comet show-validator​
Show this node's CometBFT validator info
Usage:
babylond comet show-validator [flags]
Flags:
-h, --help help for show-validator
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond comet unsafe-reset-all​
(unsafe) Remove all the data and WAL, reset this node's validator to genesis state
Usage:
babylond comet unsafe-reset-all [flags]
Aliases:
unsafe-reset-all, unsafe_reset_all
Flags:
-h, --help help for unsafe-reset-all
--keep-addr-book keep the address book intact
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond comet version​
Print protocols' and libraries' version numbers against which this app has been compiled.
Usage:
babylond comet version [flags]
Flags:
-h, --help help for version
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond comet Flags:​
CometBFT subcommands
Usage:
babylond comet [command]
Aliases:
comet, cometbft, tendermint
Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version
Flags:
-h, --help help for comet
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond comet [command] --help" for more information about a command.
babylond comet -h,​
babylond comet Global​
CometBFT subcommands
Usage:
babylond comet [command]
Aliases:
comet, cometbft, tendermint
Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version
Flags:
-h, --help help for comet
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond comet [command] --help" for more information about a command.
babylond comet --home​
CometBFT subcommands
Usage:
babylond comet [command]
Aliases:
comet, cometbft, tendermint
Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version
Flags:
-h, --help help for comet
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond comet [command] --help" for more information about a command.
babylond comet --log_format​
CometBFT subcommands
Usage:
babylond comet [command]
Aliases:
comet, cometbft, tendermint
Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version
Flags:
-h, --help help for comet
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond comet [command] --help" for more information about a command.
babylond comet --log_level​
CometBFT subcommands
Usage:
babylond comet [command]
Aliases:
comet, cometbft, tendermint
Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version
Flags:
-h, --help help for comet
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond comet [command] --help" for more information about a command.
babylond comet --log_no_color​
CometBFT subcommands
Usage:
babylond comet [command]
Aliases:
comet, cometbft, tendermint
Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version
Flags:
-h, --help help for comet
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond comet [command] --help" for more information about a command.
babylond comet --trace​
CometBFT subcommands
Usage:
babylond comet [command]
Aliases:
comet, cometbft, tendermint
Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version
Flags:
-h, --help help for comet
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond comet [command] --help" for more information about a command.
babylond comet Use​
CometBFT subcommands
Usage:
babylond comet [command]
Aliases:
comet, cometbft, tendermint
Available Commands:
bootstrap-state Bootstrap CometBFT state at an arbitrary block height using a light client
reset-state Remove all the data and WAL
show-address Shows this node's CometBFT validator consensus address
show-node-id Show this node's ID
show-validator Show this node's CometBFT validator info
unsafe-reset-all (unsafe) Remove all the data and WAL, reset this node's validator to genesis state
version Print CometBFT libraries' version
Flags:
-h, --help help for comet
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond comet [command] --help" for more information about a command.
babylond config​
Utilities for managing application configuration
Usage:
babylond config [command]
Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file
Flags:
-h, --help help for config
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond config [command] --help" for more information about a command.
babylond config diff​
Outputs all config values that are different from the app.toml defaults.
Usage:
babylond config diff [target-version] <app-toml-path> [flags]
Flags:
-h, --help help for diff
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond config get​
Get an application config value. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension.
Usage:
babylond config get [config] [key] [flags]
Flags:
-h, --help help for get
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond config home​
Outputs the folder used as the binary home. In order to change the home directory path, set the $APPD_HOME environment variable, or use the "--home" flag.
Usage:
babylond config home [flags]
Flags:
-h, --help help for home
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond config migrate​
Migrate the contents of the Cosmos SDK app configuration (app.toml) to the specified version.
The output is written in-place unless --stdout is provided.
In case of any error in updating the file, no output is written.
Usage:
babylond config migrate [target-version] <app-toml-path> (options) [flags]
Flags:
-h, --help help for migrate
--skip-validate skip configuration validation (allows to migrate unknown configurations)
--stdout print the updated config to stdout
--verbose log changes to stderr
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond config set​
Set an application config value. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension.
Usage:
babylond config set [config] [key] [value] [flags]
Flags:
-h, --help help for set
-s, --skip-validate skip configuration validation (allows to mutate unknown configurations)
--stdout print the updated config to stdout
-v, --verbose log changes to stderr
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond config view​
View the config file. The [config] argument must be the path of the file when using the `confix` tool standalone, otherwise it must be the name of the config file without the .toml extension.
Usage:
babylond config view [config] [flags]
Flags:
-h, --help help for view
--output-format string Output format (json|toml) (default "toml")
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond config Flags:​
Utilities for managing application configuration
Usage:
babylond config [command]
Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file
Flags:
-h, --help help for config
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond config [command] --help" for more information about a command.
babylond config -h,​
babylond config Global​
Utilities for managing application configuration
Usage:
babylond config [command]
Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file
Flags:
-h, --help help for config
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond config [command] --help" for more information about a command.
babylond config --home​
Utilities for managing application configuration
Usage:
babylond config [command]
Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file
Flags:
-h, --help help for config
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond config [command] --help" for more information about a command.
babylond config --log_format​
Utilities for managing application configuration
Usage:
babylond config [command]
Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file
Flags:
-h, --help help for config
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond config [command] --help" for more information about a command.
babylond config --log_level​
Utilities for managing application configuration
Usage:
babylond config [command]
Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file
Flags:
-h, --help help for config
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond config [command] --help" for more information about a command.
babylond config --log_no_color​
Utilities for managing application configuration
Usage:
babylond config [command]
Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file
Flags:
-h, --help help for config
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond config [command] --help" for more information about a command.
babylond config --trace​
Utilities for managing application configuration
Usage:
babylond config [command]
Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file
Flags:
-h, --help help for config
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond config [command] --help" for more information about a command.
babylond config Use​
Utilities for managing application configuration
Usage:
babylond config [command]
Available Commands:
diff Outputs all config values that are different from the app.toml defaults.
get Get an application config value
home Outputs the folder used as the binary home. No home directory is set when using the `confix` tool standalone.
migrate Migrate Cosmos SDK app configuration file to the specified version
set Set an application config value
view View the config file
Flags:
-h, --help help for config
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond config [command] --help" for more information about a command.
babylond create-bls-key​
create-bls will create a pair of BLS keys that are used to
send BLS signatures for checkpointing.
BLS keys are stored along with other validator keys in priv_validator_key.json,
which should exist before running the command (via babylond init or babylond testnet).
Example:
$ babylond create-bls-key --home ./
Usage:
babylond create-bls-key [flags]
Flags:
-h, --help help for create-bls-key
--home string The node home directory (default "/Users/dariaagadzhanova/.babylond")
--insecure-bls-password string The password for the BLS key. If the flag is not set, the password will be read from the prompt.
--no-bls-password The BLS key will use an empty password if the flag is set.
Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond debug​
Tool for helping with debugging your application
Usage:
babylond debug [flags]
babylond debug [command]
Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex
Flags:
-h, --help help for debug
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond debug [command] --help" for more information about a command.
babylond debug addr​
Convert an address between hex encoding and bech32.
Example:
$ babylond debug addr cosmos1e0jnq2sun3dzjh8p2xq95kk0expwmd7shwjpfg
Usage:
babylond debug addr [address] [flags]
Flags:
-h, --help help for addr
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond debug codec​
Tool for helping with debugging your application codec
Usage:
babylond debug codec [flags]
babylond debug codec [command]
Available Commands:
list-implementations List the registered type URLs for the provided interface
list-interfaces List all registered interface type URLs
Flags:
-h, --help help for codec
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond debug codec [command] --help" for more information about a command.
babylond debug prefixes​
List prefixes used in Bech32 addresses.
Usage:
babylond debug prefixes [flags]
Examples:
$ babylond debug prefixes
Flags:
-h, --help help for prefixes
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond debug pubkey​
Decode a pubkey from proto JSON and display it's address.
Example:
$ babylond debug pubkey '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AurroA7jvfPd1AadmmOvWM2rJSwipXfRf8yD6pLbA2DJ"}'
Usage:
babylond debug pubkey [pubkey] [flags]
Flags:
-h, --help help for pubkey
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond debug pubkey-raw​
Decode a pubkey from hex, base64, or bech32.
Usage:
babylond debug pubkey-raw [pubkey] -t [{ed25519, secp256k1}] [flags]
Examples:
babylond debug pubkey-raw 8FCA9D6D1F80947FD5E9A05309259746F5F72541121766D5F921339DD061174A
babylond debug pubkey-raw j8qdbR+AlH/V6aBTCSWXRvX3JUESF2bV+SEzndBhF0o=
babylond debug pubkey-raw cosmospub1zcjduepq3l9f6mglsz28l40f5pfsjfvhgm6lwf2pzgtkd40eyyeem5rpza9q47axrz
Flags:
-h, --help help for pubkey-raw
-t, --type string Pubkey type to decode (oneof secp256k1, ed25519) (default "ed25519")
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond debug raw-bytes​
Convert raw-bytes to hex.
Usage:
babylond debug raw-bytes <raw-bytes> [flags]
Examples:
babylond debug raw-bytes '[72 101 108 108 111 44 32 112 108 97 121 103 114 111 117 110 100]'
Flags:
-h, --help help for raw-bytes
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond debug Flags:​
Tool for helping with debugging your application
Usage:
babylond debug [flags]
babylond debug [command]
Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex
Flags:
-h, --help help for debug
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond debug [command] --help" for more information about a command.
babylond debug -h,​
babylond debug Global​
Tool for helping with debugging your application
Usage:
babylond debug [flags]
babylond debug [command]
Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex
Flags:
-h, --help help for debug
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond debug [command] --help" for more information about a command.
babylond debug --home​
Tool for helping with debugging your application
Usage:
babylond debug [flags]
babylond debug [command]
Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex
Flags:
-h, --help help for debug
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond debug [command] --help" for more information about a command.
babylond debug --log_format​
Tool for helping with debugging your application
Usage:
babylond debug [flags]
babylond debug [command]
Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex
Flags:
-h, --help help for debug
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond debug [command] --help" for more information about a command.
babylond debug --log_level​
babylond debug --log_no_color​
Tool for helping with debugging your application
Usage:
babylond debug [flags]
babylond debug [command]
Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex
Flags:
-h, --help help for debug
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond debug [command] --help" for more information about a command.
babylond debug --trace​
Tool for helping with debugging your application
Usage:
babylond debug [flags]
babylond debug [command]
Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex
Flags:
-h, --help help for debug
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond debug [command] --help" for more information about a command.
babylond debug Use​
Tool for helping with debugging your application
Usage:
babylond debug [flags]
babylond debug [command]
Available Commands:
addr Convert an address between hex and bech32
codec Tool for helping with debugging your application codec
prefixes List prefixes used for Human-Readable Part (HRP) in Bech32
pubkey Decode a pubkey from proto JSON
pubkey-raw Decode a ED25519 or secp256k1 pubkey from hex, base64, or bech32
raw-bytes Convert raw bytes output (eg. [10 21 13 255]) to hex
Flags:
-h, --help help for debug
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond debug [command] --help" for more information about a command.
babylond export​
Export state to JSON
Usage:
babylond export [flags]
Flags:
--for-zero-height Export state to start at height zero (perform preproccessing)
--height int Export state from a particular height (-1 means latest height) (default -1)
-h, --help help for export
--home string The application home directory (default "/Users/dariaagadzhanova/.babylond")
--jail-allowed-addrs strings Comma-separated list of operator addresses of jailed validators to unjail
--modules-to-export strings Comma-separated list of modules to export. If empty, will export all modules
--output-document string Exported state is written to the given file instead of STDOUT
Global Flags:
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond gen-helpers​
Useful commands for creating the genesis state
Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]
Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json
Flags:
-h, --help help for gen-helpers
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond gen-helpers [command] --help" for more information about a command.
babylond gen-helpers set-btc-delegations​
Reads BTC delegation structures from the given json file and update the genesis.json file
in place to include the delegations in the btcstaking module's genesis state.
Duplicated BTC delegations are not allowed and it will prompt an error.
Usage:
babylond gen-helpers set-btc-delegations [path/to/btc_delegations.json] [flags]
Examples:
babylond gen-helpers set-btc-delegations path/to/btc_delegations.json
Possible content of 'btc_delegations.json' is
{
"btc_delegations": [
{
"babylon_pk": {
"key": "AkCmkLYWjr0/49MCK3lzTqKC1MiPSldXgoqP0EdtV8m1"
},
"btc_pk": "5ea8d7dfe920f5aecb1f4411b1b3e6684031ecb7a282df65107a615adc562a48",
"pop": {
"btc_sig_type": "BIP340",
"babylon_sig": "gjqXTQdgzC6AX/lnj3T3QV5vV+jtKDKwJOP9jMpZdb90MoIKRGV7j/A6lwbgsnUzbsvd4L19U7/3cOZqYBfQAg==",
"btc_sig": "Gx0VxuXgjiLvdCIIx1eN9JE9mqo+qvIo48cUhTCbM6uTxt59HTJiVGloHE518OXk+vQrNcHB+bZFqX+T5wMS9w=="
},
"fp_btc_pk_list": [
"3d6a1db7bffaebed71831fae74d32bf78e97884c41634cc1a80b0ebbffe1c7dd"
],
"start_height": "127",
"end_height": "10127",
"total_sat": "1000000",
"staking_tx": "AQAAAAF/cxe2A5/IsfYkwiVTA795y/X16NDBpqETC3kiv27AKgAAAABrSDBFAiEA8inc8+grbO6iJbl1VwJjR4Y89dK7ATcEz3XnJPNd37MCIGd0wpfu3Hz4+hjVXatnKCTViUG2SPiD83k/+yhy9bIIASEDXqjX3+kg9a7LH0QRsbPmaEAx7Leigt9lEHphWtxWKkj/////AkBCDwAAAAAAIlEg8eeUnPklLO9pkkhYMkoQFW7gxAmd4W781NwChbc9WSe0mPYpAQAAABl2qRS9MnviWBrF4wvpgMpBhIFGQHnOWYisAAAAAA==",
"staking_output_idx": 0,
"slashing_tx": "AQAAAAES8FBlJfWXZSLzImp6AjfD1bosph2q02QhTIjDo9T8bQAAAAAA/////wKghgEAAAAAABl2qRQBAQEBAQEBAQEBAQEBAQEBAQEBAYisuLcNAAAAAAAiUSD1hd0Q7BOqlMAZY6fqBidPwKe7jLRXtdGcpgQjVIhr8wAAAAA=",
"delegator_sig": "2i6kTpmzn0pJAbY+v5Ktf0yo6YNhucVZC4clg4YVVZKU7dVh9DKEzrichq5C1eFgaRr+YYtEyxtTlVwhyOg2Ag==",
"covenant_sigs": [
{
"cov_pk": "e76137fda8dff755a0879264c4eb3c3574ab77b6c5589f47b090203e4938d065",
"adaptor_sigs": [
"Ann3xe0L1gIHWS2+hhHwRDTPz5RoCFzBBte0xkhJ0VRUWDB2a46Pl1miZ9y+jyseZNYcps+DeE1cB/S54oeVQYEA"
]
}
],
"unbonding_time": 101,
"btc_undelegation": {
"unbonding_tx": "AgAAAAES8FBlJfWXZSLzImp6AjfD1bosph2q02QhTIjDo9T8bQAAAAAA/////wGsMA8AAAAAACJRIEObJoQoxADSVZ3K8dV0Req4coALcrefxibIBmWItvVDAAAAAA==",
"slashing_tx": "AQAAAAGGZtqTIrJN8TDOMw+bbENzXLECv1Z1E4idjZ2UiHnsbAAAAAAA/////wLehAEAAAAAABl2qRQBAQEBAQEBAQEBAQEBAQEBAQEBAYis5qcNAAAAAAAiUSD1hd0Q7BOqlMAZY6fqBidPwKe7jLRXtdGcpgQjVIhr8wAAAAA=",
"delegator_unbonding_sig": null,
"delegator_slashing_sig": "P6GSaJdbIhEED+k74T1sRYzTYHUhzg8/NDGvwR+sBHXhKsT8O82XRaHyvjFXAVCLK0sa5oxSOTndMmY3SKHNsw==",
"covenant_slashing_sigs": [
{
"cov_pk": "e76137fda8dff755a0879264c4eb3c3574ab77b6c5589f47b090203e4938d065",
"adaptor_sigs": [
"AjZrivh6++7Wu7OWFRxLAv2SHPvf0VhZM7pZK7oWP3KoWKdPpBcNotFqjdCQE2TTSshS4qpEuwYMLtMMzYqIOKYA"
]
}
],
"covenant_unbonding_sig_list": [
{
"pk": "e76137fda8dff755a0879264c4eb3c3574ab77b6c5589f47b090203e4938d065",
"sig": "t+zUA4qtNCKREviFUtwWh46QNEov033whhF2i89oF2mEoa55k7Hq68TAY+jiGeeTJU1BM7Q4Qfu8XFuv3c1WAw=="
}
]
},
"params_version": 0
}
],
}
Flags:
-h, --help help for set-btc-delegations
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond gen-helpers set-btc-headers​
Reads BTC Headers structures from the given json file and update the genesis.json file
in place to include the btc headers in the btcstaking module's genesis state.
Duplicated BTC headers are not allowed and it will prompt an error.
Usage:
babylond gen-helpers set-btc-headers [path/to/btc_headers.json] [flags]
Examples:
babylond gen-helpers set-btc-headers path/to/btc_headers.json
Possible content of 'btc_headers.json' is
{
"btc_headers": [
{
"header": "0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a45068653ffff7f2002000000",
"hash": "683e86bd5c6d110d91b94b97137ba6bfe02dbbdb8e3dff722a669b5d69d77af6",
"height": "0",
"work": "2"
},
{
"header": "00000020f67ad7695d9b662a72ff3d8edbbb2de0bfa67b13974bb9910d116d5cbd863e682259b3c6351788d4456e8fbb738dd51fd6aea615f63b10f634021f930c9c34be02150466ffff7f2000000000",
"hash": "6fceca20e50018d9f54632b791144eef4b3f9cb2ced9fa2702c376857a550e03",
"height": "1",
"work": "4"
}
]
}
Flags:
-h, --help help for set-btc-headers
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond gen-helpers set-finality-providers​
Reads finality providers structures from the given json file and update the genesis.json file
in place to include the finality providers in the btcstaking module's genesis state.
Duplicated finality providers are not allowed and it will prompt an error.
Usage:
babylond gen-helpers set-finality-providers [path/to/finality_providers.json] [flags]
Examples:
babylond gen-helpers set-finality-providers path/to/finality_providers.json
Possible content of 'finality_providers.json' is
{
"finality_providers": [
{
"description": {
"moniker": "val-fp",
"identity": "",
"website": "",
"security_contact": "",
"details": ""
},
"commission": "0.050000000000000000",
"babylon_pk": {
"key": "A6FTeYaKkvi8cOXSmVF+2n+q58WV/qffI99YucsvrGsk"
},
"btc_pk": "625057f9828753569c478b1aa826205395222bcdbefafe9653dfdc638d18eadc",
"pop": {
"btc_sig_type": "BIP340",
"babylon_sig": "/RJyVqBEm/PDkQQTDgdPj84MywTu6LUVXDWUlPBgDGo1qsU/Rg+kJhBRwxCEKs8PYmoADcp4FiH2vVyAqRG2UA==",
"btc_sig": "OaLj+w2loH0O88cT2IEdUoV4Swx+RWagk632+mKs5wVRBM63D6uwW+lCLIjxVBfOYQRFzT2D9943k10Whw5a7Q=="
},
"slashed_babylon_height": "0",
"slashed_btc_height": "0"
}
]
}
Flags:
-h, --help help for set-finality-providers
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
babylond gen-helpers Flags:​
Useful commands for creating the genesis state
Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]
Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json
Flags:
-h, --help help for gen-helpers
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond gen-helpers [command] --help" for more information about a command.
babylond gen-helpers -h,​
Useful commands for creating the genesis state
Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]
Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json
Flags:
-h, --help help for gen-helpers
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond gen-helpers [command] --help" for more information about a command.
babylond gen-helpers Global​
Useful commands for creating the genesis state
Usage:
babylond gen-helpers [flags]
babylond gen-helpers [command]
Available Commands:
set-btc-delegations Set the BTC delegations from the given json file into the genesis.json
set-btc-headers Set the BTC headers from the given json file into the genesis.json
set-finality-providers Set the finality providers from the given json file into the genesis.json
Flags:
-h, --help help for gen-helpers
Global Flags:
--home string directory for config and data (default "/Users/dariaagadzhanova/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
Use "babylond gen-helpers [command] --help" for more information about a command.