Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coreyphillips/photon
A Minimalistic Lightning Wallet
https://github.com/coreyphillips/photon
bitcoin javascript lightning lightning-wallet lnd lndmobile neutrino react-native
Last synced: 15 days ago
JSON representation
A Minimalistic Lightning Wallet
- Host: GitHub
- URL: https://github.com/coreyphillips/photon
- Owner: coreyphillips
- License: mit
- Created: 2020-05-04T14:19:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:11:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T14:43:15.409Z (about 1 month ago)
- Topics: bitcoin, javascript, lightning, lightning-wallet, lnd, lndmobile, neutrino, react-native
- Language: JavaScript
- Size: 4.65 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.](https://github.com/lightninglabs/lightning-app/tree/master/mobile)
- Option 2 - Download the pre-generated file:
- If you do not wish to generate the file locally you can download it [here](https://github.com/coreyphillips/photon/releases/tag/v0.0.1) instead. However, I highly recommend you opt for option 1.
2. Clone react-native-lightning and Install Dependencies:
```
git clone https://github.com/coreyphillips/photon
cd photon
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`