Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.06 KB

File metadata and controls

42 lines (30 loc) · 1.06 KB

Kotlin License

phoenixd

phoenixd is the server equivalent of the popular phoenix wallet for mobile. It is written in Kotlin Multiplatform and runs natively on Linux (x86 and ARM), MacOS (x86 and ARM), and Windows (WSL).

Build

Requirements

Native Linux/WSL x64

./gradlew linuxX64DistZip

Native Linux arm64

./gradlew linuxArm64DistZip

Native MacOS x64

./gradlew macosX64DistZip

Native MacOS arm64

./gradlew macosArm64DistZip

JVM

./gradlew jvmDistZip