Update README.md

pull/2/head
Bernhard Mueller 7 years ago committed by GitHub
parent ede936d811
commit 9d78ceef14
  1. 2
      README.md

@ -51,7 +51,7 @@ The virtual machine language is described in the [Ethereum Yellowpaper](http://g
### Tracing EVM execution
You can run a piece of bytecode in the [PyEthereum](https://github.com/ethereum/pyethereum) VM and trace its execution using the `-t` flag. This will output the instructions executed as well as the state of the stack for every execution step.
You can trace execution of a piece of bytecode in the [PyEthereum](https://github.com/ethereum/pyethereum) VM using the `-t` flag. This will output the instructions executed as well as the state of the stack for every execution step.
```bash
$ ./mythril.py -t -c "0x606060405050"

Loading…
Cancel
Save