# Functions
New returns a reference to an initialized blockchain app.
# Constants
DefaultChainID is the default chain id of the network.
Name is the blockchain name.
# Variables
ChosenNetwork is a hacky solution to pass network config from cmd package to app.
DefaultNodeHome default home directories for the application daemon.
ModuleBasics defines the module BasicManager is in charge of setting up basic, non-dependant module elements, such as codec registration and genesis verification.
# Type aliases
GenesisState is the genesis state of the blockchain, represented as a map of raw json messages key'd by a identifier string.