mega-evme 1.7.0

MegaETH executable EVM
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "description": "Read bytecode from a hex file (--codefile)",
  "args": ["run", "--codefile", "{fixtures}/test_bytecode.hex"],
  "expected": {
    "success": true,
    "gas_used": 60018,
    "output": "0x0000000000000000000000000000000000000000000000000000000000000042",
    "logs_count": 0
  }
}