51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
|
Categories:
|
||
|
- Money
|
||
|
License: AGPL-3.0-only
|
||
|
AuthorName: Evan Kaloudis
|
||
|
WebSite: https://zeusln.app
|
||
|
SourceCode: https://github.com/ZeusLN/zeus/tree/HEAD
|
||
|
IssueTracker: https://github.com/ZeusLN/zeus/issues
|
||
|
Changelog: https://github.com/ZeusLN/zeus/releases
|
||
|
Bitcoin: 3Lbz4vdt15Fsa4wVD3Yk8uGf6ugKKY4zSc
|
||
|
|
||
|
AutoName: Zeus
|
||
|
Summary: Mobile Bitcoin app for Lightning Network Daemon (lnd)
|
||
|
Description: |-
|
||
|
Zeus is a mobile Bitcoin app for Lightning Network Daemon (lnd) node operators
|
||
|
|
||
|
Features:
|
||
|
|
||
|
* Connect to your own lnd node
|
||
|
* Send both on-chain and lightning transactions
|
||
|
* Open or close your own channels
|
||
|
* Create lightning invoices
|
||
|
* Connect via lndconnect
|
||
|
* Connect to a BTCPayServer node
|
||
|
* Generate QRs for invoices or for peers to connect to your node
|
||
|
* Supports both mainnet and testnet
|
||
|
* Supports nodes connected to Tor
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/ZeusLN/zeus.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 0.0.7
|
||
|
versionCode: 7
|
||
|
commit: v0.0.7
|
||
|
subdir: android/app
|
||
|
sudo:
|
||
|
- apt-get update
|
||
|
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
||
|
init: npm install
|
||
|
gradle:
|
||
|
- yes
|
||
|
prebuild: truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
|
scanignore:
|
||
|
- android/build.gradle
|
||
|
- node_modules/react-native-screens/android/build.gradle
|
||
|
scandelete:
|
||
|
- node_modules
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|