A mobile Bitcoin app for Lightning Network Daemon (lnd) node operators ⚡️
Notice: If you are looking for Zeus Server, the Lightning-based Point-of-Sale solution (unrelated to this project), please visit puzzle/zeus.
Zeus is built on TypeScript and React-Native. It runs on both iOS and Android.
Disclaimer: Zeus and Lightning in general are software projects in their early development stages. Please be wary when using Lightning and do not fund your node with more money than you are willing to lose.
Currently, to use Zeus, you must have a Bitcoin Lightning node running Lightning Network Daemon (lnd).
You must provide Zeus with your node's hostname, port number, and the lnd macaroon you choose to use in hex format. If you need help converting your macaroon to hex format we wrote up a Node.js script that can use
here. Alternatively, if you're running a Unix-based operating system (eg. macOS, Linux) you can run xxd -ps -u -c 1000 /path/to/admin.macaroon
to generate your macaroon in hex format.
If you would like to learn more about running your own guide we suggest checking out the following guides:
- If you're looking to run a full node on existing hardware running Windows or macOS, check out Pierre Rochard's Lightning Power Node Launcher. We recommend reading this guide.
- If you're looking to run a full node on a dedicated piece of hardware like a Raspberry Pi, check out Stadicus' Raspibolt Tutorial or RaspiBlitz.
Don't trust, verify the code with your own two eyes. Then when ready proceed to the steps below based on your platform.
- install and setup react-native and its related dependencies under "Building Projects with Native Code" on react-native's Getting Started page
- if using your phone,
enable Developer mode and USB Debugging
, then make sure it is connected to your computer by running
adb devices
- install node dependencies with
npm i
- open up your Android simulator or connect your phone and run
react-native run-android
- install and setup react-native and its related dependencies under "Building Projects with Native Code" on react-native's Getting Started page
- install node dependencies with
npm i
- apply patches with
npm run patch
- open
ios/zeus.xcodeproj
in Xcode and hit Run
Please be sure to run tsc
to check for type errors and npm run test
to run all tests.
If you are making cosmetic changes please test on both Android and iOS as things don't render exactly the same on both platforms.
If you'd like to help us with the cost of running Zeus project (iOS developer account, Google Play developer account, hosting) you can send a payment to 3Lbz4vdt15Fsa4wVD3Yk8uGf6ugKKY4zSc.
Thank you.
Distributed under the GNU Affero General Public License (AGPL v3). See LICENSE file.