A Minimalistic Lightning Wallet
-
Generate the Lndmobile.aar file (lnd v0.9).
- Option 1 - Generate it locally:
- To generate this file, please follow the instructions detailed in the README of Lightning Lab's Lightning App here.
- Option 2 - Download the pre-generated file:
- If you do not wish to generate the file locally you can download it here instead. However, I highly recommend you opt for option 1.
- Option 1 - Generate it locally:
-
Clone react-native-lightning and Install Dependencies:
git clone https://github.com/coreyphillips/photon cd photon yarn install
-
Add the Lndmobile.aar file to the project:
- Add the Lndmobile.aar file to
react-native-lightning/android/Lndmobile
- Add the Lndmobile.aar file to
-
Start the project:
- iOS:
react-native run-ios
- Android:
react-native run-android
- iOS: