README (619B)
1 2 LNLink 3 ====== 4 5 An iOS app for communicating with your clightning node over the lightning 6 network 7 8 Get the TestFlight: 9 10 http://lnlink.app 11 12 LNLink is powered by lnsocket, a C library I created to connect to the lightning network: 13 14 http://git.jb55.com/lnsocket 15 https://github.com/jb55/lnsocket 16 17 Building 18 -------- 19 20 Depenencies: 21 22 brew install automake libtool 23 24 In root directory: 25 26 $ git submodule update --init --recursive 27 28 enter lnsocket submodule and type: 29 30 $ make ios 31 32 33 Configuring your c-lightning node 34 --------------------------------- 35 36 Check out this guide for linking your c-lightning node 37 38 https://lnlink.app/qr