diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-23 21:29:01 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-23 21:29:01 +0800 |
commit | 7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c (patch) | |
tree | a6d55756ec833b3651e5805726813a7ef5af3399 /README.md | |
parent | 215780ab562b940bfc653c16bf84f812ef062821 (diff) | |
parent | d792e95c214c8352e6b23b798101e90844eaa7a3 (diff) | |
download | dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.gz dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.bz2 dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.lz dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.xz dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.tar.zst dexon-7a894e37388fccef1fa7945bb20b7cf8f0c1ce3c.zip |
Merge branch 'develop' into jsonrpc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ Go Ethereum comes with several binaries found in * `mist` Official Ethereum Browser * `ethereum` Ethereum CLI * `ethtest` test tool which runs with the [tests](https://github.com/ethereum/testes) suit: - `ethtest "`cat myfile.json`"`. + `cat file | ethtest`. * `evm` is a generic Ethereum Virtual Machine: `evm -code 60ff60ff -gas 10000 -price 0 -dump`. See `-h` for a detailed description. |