Fabric命令手册

configtxlator start

启动configtxlator的REST服务。

使用方法

~$ configtxlator start [<flags>]

命令标志:

  --help                Show context-sensitive help (also try --help-long and
                        --help-man).
  --hostname="0.0.0.0"  The hostname or IP on which the REST server will listen
  --port=7059           The port on which the REST server will listen

示例代码

下面的示例在本地8080端口启动rest服务:

~$ configtxlator start --hostname="127.0.0.1" --port=8080