From 41416137914cb97f5368f5d05af64a7d86bffcdc Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 10 Apr 2019 14:15:06 +0800 Subject: Update README.md (#351) --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b2acd07fd..fd4de7fb7 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,11 @@ The dexon project comes with several wrappers/executables found in the `cmd` dir | Command | Description | |:----------:|-------------| | **`gdex`** | Our main Ethereum CLI client. It is the entry point into the Ethereum network (main-, test- or private net), capable of running as a full node (default), archive node (retaining all historical state) or a light node (retrieving data live). It can be used by other processes as a gateway into the Ethereum network via JSON RPC endpoints exposed on top of HTTP, WebSocket and/or IPC transports. `gdex --help`. | +| `nodekey` | Utility to generate key pair for operating a node. | | `abigen` | Source code generator to convert Ethereum contract definitions into easy to use, compile-time type-safe Go packages. It operates on plain [Contract ABIs](https://solidity.readthedocs.io/en/develop/abi-spec.html) with expanded functionality if the contract bytecode is also available. However it also accepts Solidity source files, making development much more streamlined. Please see our [Native DApps](https://github.com/dexon-foundation/wiki/wiki/Dapp-Development) wiki page for details. | | `bootnode` | Stripped down version of our Ethereum client implementation that only takes part in the network node discovery protocol, but does not run any of the higher level application protocols. It can be used as a lightweight bootstrap node to aid in finding peers in private networks. | | `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 isolated, fine-grained debugging of EVM opcodes (e.g. `evm --code 60ff60ff --debug`). | | `rlpdump` | Developer utility tool to convert binary RLP dumps (data encoding used by the DEXON 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 [Swarm README](https://github.com/dexon-foundation/dexon/tree/master/swarm) for more information. | -| `puppeth` | a CLI wizard that aids in creating a new Ethereum network. | - ## Running gdex @@ -54,7 +52,6 @@ Going through all the possible command line flags is out of scope here ### Full node on the DEXON test network @@ -123,15 +119,14 @@ $ gdex --your-favourite-flags dumpconfig *Note: This works only with gdex v1.6.0 and above.* - ## Contribution -- cgit v1.2.3