MCPcopy Create free account
hub / github.com/CPChain/chain / deployNetwork

Function deployNetwork

tools/smartcontract/main.go:93–99  ·  view source on GitHub ↗
(password string, wg *sync.WaitGroup)

Source from the content-addressed store, hash-verified

91}
92
93func deployNetwork(password string, wg *sync.WaitGroup) {
94 //5
95 title := "[5.DeployNetwork]"
96 networkAddress := deploy.DeployNetwork(password, 4)
97 deploy.PrintContract(title, networkAddress)
98 wg.Done()
99}

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected