zapconnect support
AnotherDroog opened this issue · 7 comments
As a container and exposing QR conveniently
That should just be a part of the dashboard. We'll probably have integrations with multiple LN wallets, and if there's no standard on how passing connstring/macaroon/tls happens, then we'll need a tab/button for each.
Creating a "dashboard" label, and these issues should ideally be moved to a "dashboard" repo, once it gets created.
go get -d github.com/LN-Zap/lndconnect
cd $GOPATH/src/github.com/LN-Zap/lndconnect
make
lndconnect
can produce QR codes, or strings
We probably don't even need to it.
All zap connect expects is a JSON with the TLS cert and macaroon, and shows the host and port. I think its probably trivial to do this in any language (even in shell)
Good point! In that case, it can just be a function in noma
For reference, source code is at https://github.com/LN-Zap/lndconnect
As long as its in the same format that ZAP expects then its fine
created issue within noma project
created issue within noma project
Thanks! We can also transfer next time :)