# Packages

No description provided by the author

# Functions

LaunchChain instantiates a chain.Loader, does the wire up to create a Chain component and performs a DB sanity check.
Setup creates a new EventBus, generates the BLS and the ED25519 Keys, launches a new `CommitteeStore`, launches the Blockchain process, creates and launches a monitor client (if configuration demands it), and inits the Stake and Blind Bid channels.

# Variables

CLIFlags flags usable in a CLI context.
ConfigFlag flag to use configuration file.
DataDirFlag flag to set the data directory of the node.
GlobalFlags flags usable in a global context.
VerbosityFlag flag to set mode to verbose.

# Structs

Server is the main process of the node.