Skip to content

Cold Boot

Contract cold_boot. Extends Contract with:

The artifact’s bytecode: a list of whole numbers. Copy it before running: memory = list(program).

Returns: list of numbers

Approach: implement the artifact’s virtual machine as described in the contract briefing, execute the bytecode against your copied memory, and transmit what the program produces.