mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 22:50:58 +02:00
multi: fix formatting issues in packge README's
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
brontide
|
brontide
|
||||||
==========
|
==========
|
||||||
|
|
||||||
[]
|
[](https://travis-ci.org/lightningnetwork/lnd)
|
||||||
(https://travis-ci.org/lightningnetwork/lnd)
|
[](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
||||||
[]
|
[](http://godoc.org/github.com/lightningnetwork/lnd/brontide)
|
||||||
(https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
|
||||||
[]
|
|
||||||
(http://godoc.org/github.com/lightningnetwork/lnd/brontide)
|
|
||||||
|
|
||||||
The brontide package implements a secure crypto messaging protocol based off of
|
The brontide package implements a secure crypto messaging protocol based off of
|
||||||
the [Noise Protocol Framework](http://noiseprotocol.org/noise.html). The
|
the [Noise Protocol Framework](http://noiseprotocol.org/noise.html). The
|
||||||
|
@@ -1,12 +1,9 @@
|
|||||||
chainntnfs
|
chainntnfs
|
||||||
==========
|
==========
|
||||||
|
|
||||||
[]
|
[](https://travis-ci.org/lightningnetwork/lnd)
|
||||||
(https://travis-ci.org/lightningnetwork/lnd)
|
[](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
||||||
[]
|
[](http://godoc.org/github.com/lightningnetwork/lnd/chainntnfs)
|
||||||
(https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
|
||||||
[]
|
|
||||||
(http://godoc.org/github.com/lightningnetwork/lnd/chainntnfs)
|
|
||||||
|
|
||||||
The chainntnfs package implements a set of interfaces which allow callers to
|
The chainntnfs package implements a set of interfaces which allow callers to
|
||||||
receive notifications in response to specific on-chain events. The set of
|
receive notifications in response to specific on-chain events. The set of
|
||||||
|
@@ -1,12 +1,9 @@
|
|||||||
channeldb
|
channeldb
|
||||||
==========
|
==========
|
||||||
|
|
||||||
[]
|
[](https://travis-ci.org/lightningnetwork/lnd)
|
||||||
(https://travis-ci.org/lightningnetwork/lnd)
|
[](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
||||||
[]
|
[](http://godoc.org/github.com/lightningnetwork/lnd/channeldb)
|
||||||
(https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
|
||||||
[]
|
|
||||||
(http://godoc.org/github.com/lightningnetwork/lnd/channeldb)
|
|
||||||
|
|
||||||
The channeldb implements the persistent storage engine for `lnd` and
|
The channeldb implements the persistent storage engine for `lnd` and
|
||||||
generically a data storage layer for the required state within the Lightning
|
generically a data storage layer for the required state within the Lightning
|
||||||
|
@@ -1,12 +1,9 @@
|
|||||||
lnrpc
|
lnrpc
|
||||||
=====
|
=====
|
||||||
|
|
||||||
[]
|
[](https://travis-ci.org/lightningnetwork/lnd)
|
||||||
(https://travis-ci.org/lightningnetwork/lnd)
|
[](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
||||||
[]
|
[](http://godoc.org/github.com/lightningnetwork/lnd/lnrpc)
|
||||||
(https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
|
||||||
[]
|
|
||||||
(http://godoc.org/github.com/lightningnetwork/lnd/lnrpc)
|
|
||||||
|
|
||||||
This lnrpc package implements both a client and server for `lnd`s RPC system
|
This lnrpc package implements both a client and server for `lnd`s RPC system
|
||||||
which is based off of the high-performance cross-platform
|
which is based off of the high-performance cross-platform
|
||||||
|
@@ -1,12 +1,9 @@
|
|||||||
lnwallet
|
lnwallet
|
||||||
=========
|
=========
|
||||||
|
|
||||||
[]
|
[](https://travis-ci.org/lightningnetwork/lnd)
|
||||||
(https://travis-ci.org/lightningnetwork/lnd)
|
[](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
||||||
[]
|
[](http://godoc.org/github.com/lightningnetwork/lnd/lnwallet)
|
||||||
(https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
|
||||||
[]
|
|
||||||
(http://godoc.org/github.com/lightningnetwork/lnd/lnwallet)
|
|
||||||
|
|
||||||
The lnwallet package implements an abstracted wallet controller that is able to
|
The lnwallet package implements an abstracted wallet controller that is able to
|
||||||
drive channel funding workflows, a number of script utilities, witness
|
drive channel funding workflows, a number of script utilities, witness
|
||||||
|
@@ -1,12 +1,9 @@
|
|||||||
lnwire
|
lnwire
|
||||||
======
|
======
|
||||||
|
|
||||||
[]
|
[](https://travis-ci.org/lightningnetwork/lnd)
|
||||||
(https://travis-ci.org/lightningnetwork/lnd)
|
[](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
||||||
[]
|
[](http://godoc.org/github.com/lightningnetwork/lnd/lnwire)
|
||||||
(https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
|
||||||
[]
|
|
||||||
(http://godoc.org/github.com/lightningnetwork/lnd/lnwire)
|
|
||||||
|
|
||||||
The lnwire package implements the Lightning Network wire protocol.
|
The lnwire package implements the Lightning Network wire protocol.
|
||||||
|
|
||||||
|
@@ -1,12 +1,9 @@
|
|||||||
routing
|
routing
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[]
|
[](https://travis-ci.org/lightningnetwork/lnd)
|
||||||
(https://travis-ci.org/lightningnetwork/lnd)
|
[](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
||||||
[]
|
[](http://godoc.org/github.com/lightningnetwork/lnd/routing)
|
||||||
(https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
|
||||||
[]
|
|
||||||
(http://godoc.org/github.com/lightningnetwork/lnd/routing)
|
|
||||||
|
|
||||||
The routing package implements authentication+validation of channel
|
The routing package implements authentication+validation of channel
|
||||||
announcements, pruning of the channel graph, path finding within the network,
|
announcements, pruning of the channel graph, path finding within the network,
|
||||||
|
@@ -1,12 +1,9 @@
|
|||||||
zpay32
|
zpay32
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[]
|
[](https://travis-ci.org/lightningnetwork/lnd)
|
||||||
(https://travis-ci.org/lightningnetwork/lnd)
|
[](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
||||||
[]
|
[](http://godoc.org/github.com/lightningnetwork/lnd/zpay32)
|
||||||
(https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
|
||||||
[]
|
|
||||||
(http://godoc.org/github.com/lightningnetwork/lnd/zpay32)
|
|
||||||
|
|
||||||
The zpay32 package implements a basic scheme for the encoding of payment
|
The zpay32 package implements a basic scheme for the encoding of payment
|
||||||
requests between two `lnd` nodes within the Lightning Network. The zpay32
|
requests between two `lnd` nodes within the Lightning Network. The zpay32
|
||||||
|
Reference in New Issue
Block a user