aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-12-14 18:26:20 +0800
committerGitHub <noreply@github.com>2016-12-14 18:26:20 +0800
commit49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f (patch)
treeff36f924c23cdf15f134ea4776e159052bdf9a29 /README.md
parent4d960f6dc67bfe5b8b4eeb3e3886d867e68bd01d (diff)
parent92224d27b124bda3748128a140d50ddf0fa295c1 (diff)
downloaddexon-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.gz
dexon-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.zst
dexon-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.zip
Merge pull request #3421 from ethersphere/s/swarm-cmd
cmd/swarm: one command with subcommands
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 770546010..66f59470f 100644
--- a/README.md
+++ b/README.md
@@ -39,9 +39,7 @@ The go-ethereum project comes with several wrappers/executables found in the `cm
| `evm` | Developer utility version of the EVM (Ethereum Virtual Machine) that is capable of running bytecode snippets within a configurable environment and execution mode. Its purpose is to allow insolated, fine-grained debugging of EVM opcodes (e.g. `evm --code 60ff60ff --debug`). |
| `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`). |
-| `bzzd` | swarm daemon. This is the entrypoint for the swarm network. `bzzd --help` for command line options. See https://swarm-guide.readthedocs.io for swarm documentation. |
-| `bzzup` | swarm command line file uploader. `bzzup --help` for command line options |
-| `bzzhash` | command to calculate the swarm hash of a file or directory. `bzzhash --help` for command line options |
+| `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. |
## Running geth