Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 884 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 884 Bytes

lnd-grpc-tonic-client

Rust lnd client using tonic and tonic-openssl.

Lnd requires TLS certificate to secure the communication and Macaroon for authorization (see details). Lnd auto-generates a self-signed TLS certificate, however, tonic does not work well with self-signed certificate.

This crate is based on this suggestion and this example.

Proto files are copied from lnd repository and the generated files can be found in the src directory.

See examples in the examples directory.