package
0.5.3
Repository: https://github.com/cosmos/ethermint_abci.git
Documentation: pkg.go.dev

# Functions

DefaultDataDir tries to guess the default directory for ethermint data #unstable.
DefaultNodeConfig returns the default configuration for a go-ethereum node #unstable.
EthermintLogger returns a new instance of an ethermint logger.
HomeDir returns the user's home most likely home directory #unstable.
MakeDataDir retrieves the currently requested data directory #unstable.
MakeFullNode creates a full go-ethereum node #unstable.
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 #unstable.
SetEthermintNodeConfig takes a node configuration and applies ethermint specific configuration #unstable.
Setup sets up the logging infrastructure #unstable.
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.
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.