package
1.0.0
Repository: https://github.com/coreumfoundation/coreum.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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.

# Structs

App extends an ABCI application, but with most of its parameters exported.

# Type aliases

GenesisState is the genesis state of the blockchain, represented as a map of raw json messages key'd by a identifier string.