diff --git a/brontide/README.md b/brontide/README.md index d316da18..0f0c6fbd 100644 --- a/brontide/README.md +++ b/brontide/README.md @@ -1,12 +1,9 @@ brontide ========== -[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)] -(https://travis-ci.org/lightningnetwork/lnd) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)] -(https://github.com/lightningnetwork/lnd/blob/master/LICENSE) -[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)] -(http://godoc.org/github.com/lightningnetwork/lnd/brontide) +[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE) +[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/lightningnetwork/lnd/brontide) The brontide package implements a secure crypto messaging protocol based off of the [Noise Protocol Framework](http://noiseprotocol.org/noise.html). The diff --git a/chainntnfs/README.md b/chainntnfs/README.md index 69e00e26..353dca0c 100644 --- a/chainntnfs/README.md +++ b/chainntnfs/README.md @@ -1,12 +1,9 @@ chainntnfs ========== -[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)] -(https://travis-ci.org/lightningnetwork/lnd) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)] -(https://github.com/lightningnetwork/lnd/blob/master/LICENSE) -[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)] -(http://godoc.org/github.com/lightningnetwork/lnd/chainntnfs) +[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE) +[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/lightningnetwork/lnd/chainntnfs) The chainntnfs package implements a set of interfaces which allow callers to receive notifications in response to specific on-chain events. The set of diff --git a/channeldb/README.md b/channeldb/README.md index 1362294a..0a485f22 100644 --- a/channeldb/README.md +++ b/channeldb/README.md @@ -1,12 +1,9 @@ channeldb ========== -[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)] -(https://travis-ci.org/lightningnetwork/lnd) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)] -(https://github.com/lightningnetwork/lnd/blob/master/LICENSE) -[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)] -(http://godoc.org/github.com/lightningnetwork/lnd/channeldb) +[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE) +[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/lightningnetwork/lnd/channeldb) The channeldb implements the persistent storage engine for `lnd` and generically a data storage layer for the required state within the Lightning diff --git a/lnrpc/README.md b/lnrpc/README.md index 5f10d313..95044f4a 100644 --- a/lnrpc/README.md +++ b/lnrpc/README.md @@ -1,12 +1,9 @@ lnrpc ===== -[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)] -(https://travis-ci.org/lightningnetwork/lnd) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)] -(https://github.com/lightningnetwork/lnd/blob/master/LICENSE) -[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)] -(http://godoc.org/github.com/lightningnetwork/lnd/lnrpc) +[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE) +[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/lightningnetwork/lnd/lnrpc) This lnrpc package implements both a client and server for `lnd`s RPC system which is based off of the high-performance cross-platform diff --git a/lnwallet/README.md b/lnwallet/README.md index 615014e3..fe865695 100644 --- a/lnwallet/README.md +++ b/lnwallet/README.md @@ -1,12 +1,9 @@ lnwallet ========= -[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)] -(https://travis-ci.org/lightningnetwork/lnd) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)] -(https://github.com/lightningnetwork/lnd/blob/master/LICENSE) -[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)] -(http://godoc.org/github.com/lightningnetwork/lnd/lnwallet) +[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE) +[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/lightningnetwork/lnd/lnwallet) The lnwallet package implements an abstracted wallet controller that is able to drive channel funding workflows, a number of script utilities, witness diff --git a/lnwire/README.md b/lnwire/README.md index 307cb1d1..a3fe638a 100644 --- a/lnwire/README.md +++ b/lnwire/README.md @@ -1,12 +1,9 @@ lnwire ====== -[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)] -(https://travis-ci.org/lightningnetwork/lnd) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)] -(https://github.com/lightningnetwork/lnd/blob/master/LICENSE) -[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)] -(http://godoc.org/github.com/lightningnetwork/lnd/lnwire) +[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE) +[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/lightningnetwork/lnd/lnwire) The lnwire package implements the Lightning Network wire protocol. diff --git a/routing/README.md b/routing/README.md index 96b5475a..9cffb745 100644 --- a/routing/README.md +++ b/routing/README.md @@ -1,12 +1,9 @@ routing ======= -[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)] -(https://travis-ci.org/lightningnetwork/lnd) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)] -(https://github.com/lightningnetwork/lnd/blob/master/LICENSE) -[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)] -(http://godoc.org/github.com/lightningnetwork/lnd/routing) +[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE) +[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/lightningnetwork/lnd/routing) The routing package implements authentication+validation of channel announcements, pruning of the channel graph, path finding within the network, diff --git a/zpay32/README.md b/zpay32/README.md index f76da9a6..f91b985b 100644 --- a/zpay32/README.md +++ b/zpay32/README.md @@ -1,12 +1,9 @@ zpay32 ======= -[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)] -(https://travis-ci.org/lightningnetwork/lnd) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)] -(https://github.com/lightningnetwork/lnd/blob/master/LICENSE) -[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)] -(http://godoc.org/github.com/lightningnetwork/lnd/zpay32) +[![Build Status](http://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE) +[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/lightningnetwork/lnd/zpay32) The zpay32 package implements a basic scheme for the encoding of payment requests between two `lnd` nodes within the Lightning Network. The zpay32