github.com/kaituanwang/hyperledger@v2.0.1+incompatible/docs/wrappers/configtxlator_preamble.md (about) 1 # configtxlator 2 3 The `configtxlator` command allows users to translate between protobuf and JSON 4 versions of fabric data structures and create config updates. The command may 5 either start a REST server to expose its functions over HTTP or may be utilized 6 directly as a command line tool. 7 8 ## Syntax 9 10 The `configtxlator` tool has five sub-commands, as follows: 11 12 * start 13 * proto_encode 14 * proto_decode 15 * compute_update 16 * version