#1240 protobuff generated libs for lnd 0.10.1

This commit is contained in:
rootzoll 2020-06-08 22:24:56 +02:00
parent 661cc6eac7
commit e86105dd48
4 changed files with 5903 additions and 3985 deletions

View file

@ -3,10 +3,10 @@ Do this on a raspberrypi with the exact same python version the scripts will be
See https://dev.lightning.community/guides/python-grpc/
To generate the lnd RPC libs:
To generate the lnd RPC libs - login as admin and run:
```
cd
source /home/admin/python3-env-lnd/bin/activate
python3 -m pip install grpcio grpcio-tools googleapis-common-protos pathlib2
git clone https://github.com/googleapis/googleapis.git
curl -o rpc.proto -s https://raw.githubusercontent.com/lightningnetwork/lnd/master/lnrpc/rpc.proto
python -m grpc_tools.protoc --proto_path=googleapis:. --python_out=. --grpc_python_out=. rpc.proto

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff