Skip to content

doitian/lnd-grpc-tonic-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust lnd client using tonic and tonic-openssl.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages