https://github.com/ACINQ/phoenixd
https://github.com/ACINQ/phoenixd
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ACINQ/phoenixd
- Owner: ACINQ
- License: apache-2.0
- Created: 2024-03-08T17:44:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-21T13:53:11.000Z (25 days ago)
- Last Synced: 2025-03-30T12:34:30.829Z (16 days ago)
- Language: Kotlin
- Homepage: https://phoenix.acinq.co/server
- Size: 3.4 MB
- Stars: 132
- Watchers: 10
- Forks: 16
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bolt12 - Phoenixd - Phoenixd is the server equivalent of the popular phoenix wallet for mobile (Ecosystem / Lightning Implementations)
README
[](http://kotlinlang.org)
[](LICENSE)
[](https://phoenix.acinq.co/server)
[](https://phoenix.acinq.co/server/api)# phoenixd
**phoenixd** is the server equivalent of the popular [phoenix wallet](https://github.com/ACINQ/phoenix) for mobile.
It is written in [Kotlin Multiplatform](https://kotlinlang.org/docs/multiplatform.html) and runs natively on Linux, MacOS (x86 and ARM), and Windows (WSL).## Build
### Requirements
- [OpenJDK 21](https://adoptium.net/temurin/releases/?package=jdk&version=21)
### Native Linux/WSL x64
```shell
./gradlew linuxX64DistZip
```### Native MacOS x64
```shell
./gradlew macosX64DistZip
```### Native MacOS arm64
```shell
./gradlew macosArm64DistZip
```### JVM
```shell
./gradlew jvmDistZip
```