Results 16 comments of Orb

It just occurred to me the cargo deps are required for this to work.

Not really besides reading the contents of node_pb2.py and node_pb2_grpc.py (the generated .py from .proto files). also https://github.com/ElementsProject/lightning/blob/master/contrib/pyln-testing/pyln/testing/grpc.py

For the record, adding cargo to clightning.dockerfile was fine, however rustfmt needs debian bookworm, which had a missing pubkey error so docker refused to install packages. I'm seeing that the...

@bsmartt13 this is from the example on the README.md which people use as their first point of entry into RTFM.

LGTM. The main functionality of the app doesn't work, as this leads to Error status 401, and internal errors. But at least the URL seems valid.