Add validation commands in README

pull/100/head
freewind 7 years ago
parent 708bb9c823
commit 0566d57594
  1. 8
      README_DEV.md

@ -35,6 +35,14 @@ We use `--syncmode full` here because the `eth.blockNumber` will get increased s
If there is no error thrown, you can wait 1 or 2 minutes before running tests.
And you need to check `eth.coinbase` has no error thrown and `eth.blockNumber` should greater than `0`:
```
$ geth attach
> eth.coinbase
> eth.blockNumber
```
### Run the tests
```bash

Loading…
Cancel
Save