Fabric命令手册

在线工具推荐: Three.js AI纹理开发包 - YOLO合成数据生成器 - GLTF/GLB在线编辑 - 3D模型格式在线转换 - 可编程3D场景编辑器

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