github.com/decred/dcrlnd@v0.7.6/lnwire/README.md (about)

     1  lnwire
     2  ======
     3  
     4  [![Build Status](http://img.shields.io/travis/decred/dcrlnd.svg)](https://travis-ci.org/decred/dcrlnd) 
     5  [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/decred/dcrlnd/blob/master/LICENSE)
     6  [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](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  ```