Closed
Description
Rationale
Expected Java-tron to support gRPCurl tool for grpc interface invocation.
Why should this feature exist?
Java-tron supports HTTP、json-rpc and grpc APIs, some users may usually test them through command line tool, For example, curl and grpcurl and so on. For http and json-rpc API, they may use curl command, but for grpc call, gRPCurl is not supported by Java-tron. Although other tools can be used: postman or bloomRPC, but they may generally need to import proto files, which is not convenient enough for users to use.