aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorakiva <akiva@snapchat.com>2017-08-03 19:58:35 +0800
committerFelix Lange <fjl@users.noreply.github.com>2017-08-03 19:58:35 +0800
commit4371367cd18cf5b03c90e35630b61586071c8724 (patch)
treebc44d88e4be4f932c77a77ea260e780e74da9c8a /README.md
parentbc0e6a5e68904b2a1251240b85dd97dc8fa07e11 (diff)
downloaddexon-4371367cd18cf5b03c90e35630b61586071c8724.tar
dexon-4371367cd18cf5b03c90e35630b61586071c8724.tar.gz
dexon-4371367cd18cf5b03c90e35630b61586071c8724.tar.bz2
dexon-4371367cd18cf5b03c90e35630b61586071c8724.tar.lz
dexon-4371367cd18cf5b03c90e35630b61586071c8724.tar.xz
dexon-4371367cd18cf5b03c90e35630b61586071c8724.tar.zst
dexon-4371367cd18cf5b03c90e35630b61586071c8724.zip
Makefile, README: remove evm target, add puppeth to table (#14886)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ac9760738..76ee1b111 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@ The go-ethereum project comes with several wrappers/executables found in the `cm
| `gethrpctest` | Developer utility tool to support our [ethereum/rpc-test](https://github.com/ethereum/rpc-tests) test suite which validates baseline conformity to the [Ethereum JSON RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC) specs. Please see the [test suite's readme](https://github.com/ethereum/rpc-tests/blob/master/README.md) for details. |
| `rlpdump` | Developer utility tool to convert binary RLP ([Recursive Length Prefix](https://github.com/ethereum/wiki/wiki/RLP)) dumps (data encoding used by the Ethereum protocol both network as well as consensus wise) to user friendlier hierarchical representation (e.g. `rlpdump --hex CE0183FFFFFFC4C304050583616263`). |
| `swarm` | swarm daemon and tools. This is the entrypoint for the swarm network. `swarm --help` for command line options and subcommands. See https://swarm-guide.readthedocs.io for swarm documentation. |
+| `puppeth` | a CLI wizard that aids in creating a new Ethereum network. |
## Running geth