For manually testing different Ethereum commands.
You can either go to https://bbondy.github.io/eth-manual-tests/request.html
Or do a local setup with:
-
Run server
- Python 2
python -m SimpleHTTPServer 8081 - Python 3
python3 -m http.server 8081
- Python 2