Documentation
¶
Index ¶
Constants ¶
View Source
const ( RootFundingAddr = `0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266` RootFundingWallet = `` /* 491-byte string literal not displayed */ GenesisClique = `` /* 921-byte string literal not displayed */ )
View Source
const (
DefaultAnvilPrivateKey = `ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80`
)
Variables ¶
This section is empty.
Functions ¶
func VerifyContract ¶ added in v0.1.17
VerifyContract wraps the forge verify-contract command.
Types ¶
type Input ¶
type Input struct {
Type string `toml:"type" validate:"required,oneof=anvil geth besu" envconfig:"net_type"`
Image string `toml:"image"`
PullImage bool `toml:"pull_image"`
Port string `toml:"port"`
WSPort string `toml:"port_ws"`
ChainID string `toml:"chain_id"`
DockerCmdParamsOverrides []string `toml:"docker_cmd_params"`
Out *Output `toml:"out"`
}
Input is a blockchain network configuration params
type Node ¶
type Node struct {
HostWSUrl string `toml:"ws_url"`
HostHTTPUrl string `toml:"http_url"`
DockerInternalWSUrl string `toml:"docker_internal_ws_url"`
DockerInternalHTTPUrl string `toml:"docker_internal_http_url"`
}
Node represents blockchain node output, URLs required for connection locally and inside docker network
type Output ¶
type Output struct {
UseCache bool `toml:"use_cache"`
Family string `toml:"family"`
ContainerName string `toml:"container_name"`
ChainID string `toml:"chain_id"`
Nodes []*Node `toml:"nodes"`
}
Output is a blockchain network output, ChainID and one or more nodes that forms the network
func NewBlockchainNetwork ¶
NewBlockchainNetwork this is an abstraction that can spin up various blockchain network simulators - Anvil - Geth
Click to show internal directories.
Click to hide internal directories.