项目作者: coreyphillips
项目描述 :
A Minimalistic Lightning Wallet
高级语言: JavaScript
项目地址: git://github.com/coreyphillips/photon.git
photon
A Minimalistic Lightning Wallet
This is pre-alpha software. Please use as your own risk.
Installation
- 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.
- 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
Start the project:
- iOS:
react-native run-ios
- Android:
react-native run-android