pm47 f3251e78e5
explicit message in case of 4XX failures
```
$ curl -u :bad-password http://127.0.0.1:9740/getinfo
Invalid authentication (use basic auth with the http password set in
phoenix.conf)

$ curl -u :4034..8232 http://127.0.0.1:9740/getinfowithtypo
Unknown endpoint (check api doc)

$ curl -u :4034..8232 -X POST http://127.0.0.1:9740/getinfowithtypo
Invalid http method (use the correct GET/POST)

```
2024-03-25 18:14:20 +01:00
2024-03-08 19:23:23 +01:00
2024-03-08 19:23:23 +01:00
2024-03-25 10:50:56 +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-08 19:23:23 +01:00
2024-03-21 15:15:51 +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

Linux/WSL

./gradlew packageLinuxX64

MacOS x64

./gradlew packageMacOSX64

MacOS arm64

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