mirror of
https://github.com/muun/recovery.git
synced 2025-11-10 14:09:50 -05:00
Release v0.1.0
This commit is contained in:
18
vendor/github.com/lightningnetwork/lnd/lnwire/README.md
generated
vendored
Normal file
18
vendor/github.com/lightningnetwork/lnd/lnwire/README.md
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
lnwire
|
||||
======
|
||||
|
||||
[](https://travis-ci.org/lightningnetwork/lnd)
|
||||
[](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.
|
||||
|
||||
This package has intentionally been designed so it can be used as a standalone
|
||||
package for any projects needing to interface with lightning peers at the wire
|
||||
protocol level.
|
||||
|
||||
## Installation and Updating
|
||||
|
||||
```bash
|
||||
$ go get -u github.com/lightningnetwork/lnd/lnwire
|
||||
```
|
||||
Reference in New Issue
Block a user