2017-01-11 02:02:30 +03:00
|
|
|
lnwire
|
|
|
|
======
|
2015-12-30 16:38:57 +03:00
|
|
|
|
2017-03-28 02:25:25 +03:00
|
|
|
[![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)
|
2015-12-30 16:38:57 +03:00
|
|
|
|
2017-01-11 02:02:30 +03:00
|
|
|
The lnwire package implements the Lightning Network wire protocol.
|
2016-01-17 04:11:04 +03:00
|
|
|
|
2017-01-11 02:02:30 +03:00
|
|
|
This package has intentionally been designed so it can be used as a standalone
|
2017-01-11 20:36:02 +03:00
|
|
|
package for any projects needing to interface with lightning peers at the wire
|
2017-01-11 02:02:30 +03:00
|
|
|
protocol level.
|
2015-12-30 16:38:57 +03:00
|
|
|
|
2017-01-11 02:02:30 +03:00
|
|
|
## Installation and Updating
|
2016-01-17 04:11:04 +03:00
|
|
|
|
2021-01-17 16:59:23 +03:00
|
|
|
```shell
|
|
|
|
⛰ go get -u github.com/lightningnetwork/lnd/lnwire
|
2017-01-11 02:02:30 +03:00
|
|
|
```
|