项目作者: coreyphillips

项目描述 :
A Minimalistic Lightning Wallet
高级语言: JavaScript
项目地址: git://github.com/coreyphillips/photon.git
创建时间: 2020-05-04T14:19:48Z
项目社区:https://github.com/coreyphillips/photon

开源协议:MIT License

下载


photon

A Minimalistic Lightning Wallet

:warning: This is pre-alpha software. Please use as your own risk.

Installation

  1. 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.
  2. Clone react-native-lightning and Install Dependencies:
    1. git clone https://github.com/coreyphillips/photon
    2. cd photon
    3. yarn install
  3. Add the Lndmobile.aar file to the project:

    • Add the Lndmobile.aar file to react-native-lightning/android/Lndmobile
  4. Start the project:

    • iOS: react-native run-ios
    • Android: react-native run-android