Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TODO: replace PortIDs with flags from AvalancheGo when Kurtosis removes the requirement that the ID cannot contain a '-' character // TODO: Remove the default HTTP and Staking Ports when added into AvalancheGo HTTPPortID = "HTTPPortID" StakingPortID = "StakingPortID" )
Variables ¶
This section is empty.
Functions ¶
func LaunchAvalancheGo ¶
func LaunchAvalancheGo(enclaveCtx *enclaves.EnclaveContext, nodeDef backend.NodeConfig) (backend.Node, error)
LauncheAvalancheGo will start a node in [enclaveCtx] with [nodeDef] as the definition and using [bootNodes] as the specified bootstrappers.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.