github.com/decred/dcrlnd@v0.7.6/lnwire/README.md (about) 1 lnwire 2 ====== 3 4 [](https://travis-ci.org/decred/dcrlnd) 5 [](https://github.com/decred/dcrlnd/blob/master/LICENSE) 6 [](http://godoc.org/github.com/decred/dcrlnd/lnwire) 7 8 The lnwire package implements the Lightning Network wire protocol. 9 10 This package has intentionally been designed so it can be used as a standalone 11 package for any projects needing to interface with lightning peers at the wire 12 protocol level. 13 14 ## Installation and Updating 15 16 ```bash 17 $ go get -u github.com/decred/dcrlnd/lnwire 18 ```