Updated Understanding and debugging Nimbus EVM JSON tests (markdown)
parent
25003b9468
commit
15f8bc3307
|
@ -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/):
|
||||
|
|
Loading…
Reference in New Issue