package
1.2.0
Repository: https://github.com/lianxiangcloud/lk-chain.git
Documentation: pkg.go.dev

# Functions

DefaultDataDir tries to guess the default directory for ethermint data.
DefaultNodeConfig returns the default configuration for a go-ethereum node.
EthermintLogger returns a new instance of an ethermint logger.
No description provided by the author
HomeDir returns the user's home most likely home directory.
MakeDataDir retrieves the currently requested data directory.
MakeFullNode creates a full go-ethereum node #unstable.
MigrateFlags sets the global flag from a local flag when it's set.
ParseGenesisOrDefault tries to read the content from provided genesisPath.
ResetAll will remove the data directory.
SetEthermintEthConfig takes a ethereum configuration and applies ethermint specific configuration.
SetEthermintNodeConfig takes a node configuration and applies ethermint specific configuration.
Setup sets up the logging infrastructure.
StartNode will start up the node.

# Variables

ABCIAddrFlag is the address that ethermint will use to listen to incoming ABCI connections #stable - 0.4.0.
ABCIProtocolFlag defines whether GRPC or SOCKET should be used for the ABCI connections #stable - 0.4.0.
ConfigFileFlag defines the path to a TOML config for go-ethereum #unstable.
GenesisTargetGasLimit is the target gas limit of the Genesis block.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PocketAPIFlag defines the pocket api url #unstable.
TargetGasLimitFlag defines gas limit of the Genesis block #unstable.
TendermintAddrFlag is the address that ethermint will use to connect to the tendermint core node #stable - 0.4.0.
VerbosityFlag defines the verbosity of the logging #unstable.
WithTendermintFlag asks to start Tendermint `tendermint init` and `tendermint node` when `ethermint init` and `ethermint` are invoked respectively.