Start creates and runs an AvalancheGo node.
Returns the node's exit code. If [a.Stop()] is called, Start()
returns 0. This method blocks until the node is done.
type Config struct {
// If true, displays version and exits during startup DisplayVersionAndExit bool// Path to the build directory BuildDir string// If true, run as a plugin PluginMode bool
}