Open fusion44 opened 2 years ago
Maybe gRPC can now be of bigger use with new Core Lightning supports this interface?
Yes, but the end goal is to extract the abstraction layer to its own library. I want to make it usable for LNbits medium term too. LNbits supports also other funding sources that don't have a gRPC requirement.
Currently gRPC is always installed, even if the user only runs Core Lightning.
The dependencies for the lightning backend must be installed by
pip
manually upon install:pip install grpcio grpcio-tools googleapis-common-protos protobuf
pip install pyln-client