aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-11-10 20:36:53 +0800
committerobscuren <geffobscura@gmail.com>2014-11-10 20:36:53 +0800
commit9509322ecd8e709ce8a17442836b6ff15ba2edff (patch)
tree3e45d3666ff30035cb88ef0d56864656bb63554a /README.md
parentbed659f9b3e5ca3890615acb5aec046cf690e1e9 (diff)
downloadgo-tangerine-9509322ecd8e709ce8a17442836b6ff15ba2edff.tar
go-tangerine-9509322ecd8e709ce8a17442836b6ff15ba2edff.tar.gz
go-tangerine-9509322ecd8e709ce8a17442836b6ff15ba2edff.tar.bz2
go-tangerine-9509322ecd8e709ce8a17442836b6ff15ba2edff.tar.lz
go-tangerine-9509322ecd8e709ce8a17442836b6ff15ba2edff.tar.xz
go-tangerine-9509322ecd8e709ce8a17442836b6ff15ba2edff.tar.zst
go-tangerine-9509322ecd8e709ce8a17442836b6ff15ba2edff.zip
Updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3d4cb171a..367387390 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,19 @@ Mist only
-asset_path absolute path to GUI assets directory
```
+Tools
+=====
+
+Go Ethereum comes with several binaries:
+
+* `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`"`.
+* `evm` is a generic Ethereum Virtual Machine: `evm -code 60ff60ff -gas
+ 10000 -price 0 -dump`. See `-h` for a detailed description.
+
+
Contribution
============