# Functions
AddrCommands registers a sub-tree of commands to interact with chain address.
ExportEthCompCommand exports a key with the given name as a keystore file.
ExportEthKeyStoreCommand exports a key with the given name as a keystore file.
GenerateSaveCoinKey returns the address of a public key, along with the secret phrase to recover the private key.
ImportEthKeyStoreCommand import keystore file.
InitConfig adds the chain-id, encoding and output flags to the persistent flag set.
InitTestnet initializes the testnet configuration 1.initializes the "validator" node configuration; 2.based the "validator" node, initializes the "rpc" node.
KeyCommands registers a sub-tree of commands to interact with local private key storage.
No description provided by the author
TestnetCmd initializes all files for tendermint testnet and application.
UnsafeExportEthKeyCommand exports a key with the given name as a private key in hex format.
ValidateChainID wraps a cobra command with a RunE function with base 10 integer chain-id verification.