Updated Understanding and debugging Nimbus EVM JSON tests (markdown)

Ștefan Talpalaru 2018-12-07 14:08:35 +01:00
parent 25003b9468
commit 15f8bc3307
1 changed files with 1 additions and 1 deletions

@ -7,7 +7,7 @@ You can run all tests with `nimble test`. Based on our config, Nimble will write
Run example:
```bash
mkdir -p build
nim c -o:build/decompile_smart_contract -r examples/decompile_smart_contract.nim
nim c -r -o:build/decompile_smart_contract examples/decompile_smart_contract.nim
```
Run Ethereum [JSON-based general state tests](https://github.com/ethereum/tests/):