Skip to content

Commit

Permalink
Fixes links to services in README
Browse files Browse the repository at this point in the history
The current links were not going to the correct place since LL's API docs were recently changed. This updates those. And adds a link to the peer service.
  • Loading branch information
orbitalturtle committed Mar 8, 2023
1 parent c30b614 commit 8c24703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Rust implementation of LND RPC client using async gRPC library `tonic`.
**Warning: this crate is in early development and may have unknown problems!
Review it before using with mainnet funds!**

This crate supports *[Lightning](https://api.lightning.community/#service-lightning)*, *[WalletKit](https://api.lightning.community/#service-walletkit)* and *[Signer](https://lightning.engineering/api-docs/category/signer-service)* RPC APIs from LND [v0.15.4-beta](https://github.com/lightningnetwork/lnd/tree/v0.15.4-beta)
This crate supports *[Lightning](https://lightning.engineering/api-docs/category/lightning-service)*, *[WalletKit](https://lightning.engineering/api-docs/category/walletkit-service)*, *[Signer](https://lightning.engineering/api-docs/category/signer-service)*, and *[Peer](https://lightning.engineering/api-docs/category/peers-service)* RPC APIs from LND [v0.15.4-beta](https://github.com/lightningnetwork/lnd/tree/v0.15.4-beta)

This crate implements LND GRPC using [`tonic`](https://docs.rs/tonic/) and [`prost`](https://docs.rs/prost/).
Apart from being up-to-date at the time of writing (:D) it also allows `async` usage.
Expand Down

0 comments on commit 8c24703

Please sign in to comment.