Crates.io | lnd-grpc-tonic-client |
lib.rs | lnd-grpc-tonic-client |
version | 0.3.0 |
source | src |
created_at | 2024-04-10 06:43:14.413716 |
updated_at | 2024-06-14 08:35:31.776064 |
description | Rust lnd client using tonic and tonic-openssl |
homepage | https://github.com/doitian/lnd-grpc-tonic-client |
repository | https://github.com/doitian/lnd-grpc-tonic-client |
max_upload_size | |
id | 1203214 |
size | 647,591 |
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.