You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
384 B

# zapconnect 🌩
7 years ago
7 years ago
Generate QRCode to connect iOS app to remote LND.
## Installing zapconnect
```
go get -d github.com/LN-Zap/zapconnect
cd $GOPATH/src/github.com/LN-Zap/zapconnect
go get ./...
go install -v ./...
```
## Starting zapconnect
```
zapconnect
```
7 years ago
With option `-j` you can also display a json string instead of a QRCode.
6 years ago
Option `-i` adds the local ip to the QRCode.