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

Function compile_file

contracts/dpor/rnode/tests/test_rnode.py:44–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43
44def compile_file():
45 output = compile_files(["../rnode.sol"])
46 abi = output['../rnode.sol:Rnode']["abi"]
47 bin = output['../rnode.sol:Rnode']["bin"]
48 print(abi)
49 print(bin)
50 config = {}
51 config["abi"] = abi
52 config["bin"] = bin
53 print("config: ")
54 print(config)
55
56 return config
57
58
59# def compile_contract():

Callers 2

test_case_7Function · 0.70
test_case_8Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected