add basic README
This commit is contained in:
parent
91e1ea6055
commit
1dc4d16543
26
README.md
26
README.md
@ -1 +1,27 @@
|
|||||||
|
[](http://kotlinlang.org)
|
||||||
|
[](LICENSE)
|
||||||
|
[](https://phoenix.acinq.co/server)
|
||||||
|
[](https://phoenix.acinq.co/server/api)
|
||||||
|
|
||||||
# phoenixd
|
# 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
|
||||||
|
|
||||||
|
### Linux/WSL
|
||||||
|
|
||||||
|
```shell
|
||||||
|
./gradlew packageLinuxX64
|
||||||
|
```
|
||||||
|
|
||||||
|
### MacOS x64
|
||||||
|
```shell
|
||||||
|
./gradlew packageMacOSX64
|
||||||
|
```
|
||||||
|
|
||||||
|
### MacOS arm64
|
||||||
|
```shell
|
||||||
|
./gradlew packageMacOSArm64
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user