faraday/trmrpc
2020-01-31 13:17:41 +02:00
..
gen_protos.sh trmrpc+makefile: add genprotos and makefile command 2020-01-31 13:17:41 +02:00
README.md trmrpc+makefile: add genprotos and makefile command 2020-01-31 13:17:41 +02:00
rpc.pb.go trmrpc: add terminator service proto 2020-01-31 13:09:06 +02:00
rpc.proto trmrpc: add terminator service proto 2020-01-31 13:09:06 +02:00

trmrpc

This package implements terminator's RPC client and server.

Generate protobuf definitions

  1. Follow the installation steps provided in lnd's installation instructions.

  2. Run gen_protos.sh to generate new protobuf definitions.