# Packages
Package ante defines the SDK auth module's AnteHandler as well as an internal
AnteHandler for an Ethereum transaction (i.e MsgEthereumTx).
# Functions
GetMaccPerms returns a copy of the module account permissions.
NewDefaultGenesisState generates the default state for the application.
NewEthermintApp returns a reference to a new initialized Ethermint application.
Setup initializes a new EthermintApp.
# Variables
DefaultCLIHome sets the default home directories for the application CLI.
DefaultNodeHome sets the folder where the applcation data and configuration will be stored.
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.
# Structs
EthermintApp implements an extended ABCI application.