Pierre-Marie Padiou 18ade318cd
Add BOLT12 support (#60)
BOLT12 introduces "offers", which are reusable payment requests (a.k.a. static invoices).

Add the following phoenix-cli/api methods:
- `getoffer`
- `payoffer`
- `decodeinvoice` (supersedes #56)
- `decodeoffer`

---------

Co-authored-by: Dominique Padiou <5765435+dpad85@users.noreply.github.com>
2024-07-02 14:19:24 +02:00
2024-05-16 18:42:09 +02:00
2024-03-27 11:55:57 +01:00
2024-07-02 14:19:24 +02:00
2024-03-08 19:23:23 +01:00
2024-05-16 18:42:09 +02:00
2024-03-08 19:23:23 +01:00
2024-03-08 19:23:23 +01:00
2024-03-08 19:23:23 +01:00
2024-03-08 19:23:23 +01:00
2024-03-08 19:23:23 +01:00
2024-03-27 13:37:31 +01:00
2024-03-08 19:23:23 +01:00

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, MacOS (x86 and ARM), and Windows (WSL).

Build

Native Linux/WSL

Requires libsqlite-dev and libcurl4-gnutls-dev, both compiled against glibc 2.19.

./gradlew packageLinuxX64

Native MacOS x64

./gradlew packageMacOSX64

Native MacOS arm64

./gradlew packageMacOSArm64

JVM

./gradlew distZip
Description
No description provided
Readme 376 KiB
Languages
Kotlin 95.8%
C++ 3.4%
Dockerfile 0.8%