mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-16 12:20:14 +02:00
| .. | ||
| node_pb2.py | ||
| node_pb2_grpc.py | ||
| primitives_pb2.py | ||
| primitives_pb2_grpc.py | ||
| README.md | ||
Build the Python gRPC files
Build for lightningd v0.11.0.1
cd ~/dev/lightning/clightning/cln-grpc/proto
poetry shell
pip install grpcio grpcio-tools googleapis-common-protos
git clone https://github.com/googleapis/googleapis.git
python -m grpc_tools.protoc --proto_path=googleapis:. --python_out=. --grpc_python_out=. primitives.proto
python -m grpc_tools.protoc --proto_path=googleapis:. --python_out=. --grpc_python_out=. node.proto