Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshbalusu11 authored Aug 21, 2024
1 parent bdc8dcd commit 37e1b04
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@

Rust implementation of LND RPC client using async gRPC library `tonic_openssl`.

This is a fork from https://github.com/yzernik/tonic_openssl_lnd but uses hex credentials over paths to be able to connect to LND remotely without directly reading from macaroon and cert files.

## About

**Warning: this crate is in early development and may have unknown problems!
Review it before using with mainnet funds!**

This crate implements LND GRPC using [`tonic_openssl`](https://docs.rs/tonic-openssl/latest/tonic_openssl/) and [`prost`](https://docs.rs/prost/).
Apart from being up-to-date at the time of writing (:D) it also allows `async` usage.
It contains vendored `*.proto` files so LND source code is not *required*
Expand Down

0 comments on commit 37e1b04

Please sign in to comment.