{"id":20339651,"url":"https://github.com/acinq/phoenix","last_synced_at":"2025-05-15T02:08:27.208Z","repository":{"id":37090973,"uuid":"192964514","full_name":"ACINQ/phoenix","owner":"ACINQ","description":"Phoenix is a self-custodial Bitcoin wallet using Lightning to send/receive payments.","archived":false,"fork":false,"pushed_at":"2025-05-09T16:41:50.000Z","size":38892,"stargazers_count":744,"open_issues_count":100,"forks_count":110,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-05-09T17:45:33.826Z","etag":null,"topics":["bitcoin","kotlin","lightning","lightning-network"],"latest_commit_sha":null,"homepage":"https://phoenix.acinq.co","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ACINQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-20T17:52:39.000Z","updated_at":"2025-05-09T16:41:54.000Z","dependencies_parsed_at":"2023-10-17T01:21:14.993Z","dependency_job_id":"ed3d374a-d026-41f8-97ad-5714f8ac563b","html_url":"https://github.com/ACINQ/phoenix","commit_stats":null,"previous_names":[],"tags_count":153,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACINQ%2Fphoenix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACINQ%2Fphoenix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACINQ%2Fphoenix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ACINQ%2Fphoenix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ACINQ","download_url":"https://codeload.github.com/ACINQ/phoenix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254259384,"owners_count":22040820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","kotlin","lightning","lightning-network"],"created_at":"2024-11-14T21:18:00.514Z","updated_at":"2025-05-15T02:08:27.201Z","avatar_url":"https://github.com/ACINQ.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)\n[![Testnet Build](https://github.com/ACINQ/phoenix/actions/workflows/testnet-build.yml/badge.svg)](https://github.com/ACINQ/phoenix/actions?query=testnet-build)\n[![Download Testnet APK](https://img.shields.io/badge/Download-Testnet%20APK-green?style=flat\u0026logo=android\u0026logoColor=white)](https://acinq.co/pub/phoenix/phoenix-testnet-latest.apk)\n\n![Phoenix Logo](.readme/phoenix_text.png)\n\nPhoenix is a Bitcoin wallet developed by [ACINQ](https://acinq.co), that allows you to send and receive bitcoin securely over the Lightning Network. It is self-custodial, which means that **you hold the keys** of the wallet. It provides a simple and clean UX. Thanks to native Lightning support, payments are faster and cheaper.\n\n---\n\n:rotating_light: This wallet is self-custodial. It means that, when creating a new wallet, a 12-words recovery phrase is generated. Only you have it. It is your responsibility to make a backup of that recovery phrase. It gives full access to your funds, so do not share it with anyone. If you lose the recovery phrase, your funds are lost.\n\n---\n\nHead to our website for more information:\n- [FAQ](https://phoenix.acinq.co/faq)\n- [Terms](https://phoenix.acinq.co/terms)\n- [Privacy](https://phoenix.acinq.co/privacy)\n\n## Download\n\nPhoenix is available for Android and iOS:\n- for iOS: [on the App Store](https://apps.apple.com/us/app/phoenix-wallet/id1544097028) - requires iOS 15+.\n- for Android: [on Google Play](https://play.google.com/store/apps/details?id=fr.acinq.phoenix.mainnet), or [get the APK from the releases](https://github.com/ACINQ/phoenix/releases) - requires Android 8+.\n\n## Build and test Phoenix\n\nPhoenix is separated in 3 modules:\n- `phoenix-shared`: business logic written in Kotlin, shared between the iOS and the Android applications. Uses [lightning-kmp](https://github.com/ACINQ/lightning-kmp) for everything Lightning/Bitcoin related.\n- `phoenix-android`: the UI for the new Android application, written in Kotlin and Jetpack Compose.\n- `phoenix-ios`: the UI for the iOS application, written in Swift.\n\nInstructions to build the iOS and the Android apps are provided [here](https://github.com/ACINQ/phoenix/blob/master/BUILD.md).\n\n## Contribute\n\nWe use GitHub for bug tracking. Search [the existing issues](https://github.com/ACINQ/phoenix/issues) for your bug and create a new one if needed.\n\nYou can also contribute to the project by submitting pull requests to improve the codebase or bring new features. Pull requests will be reviewed by members of the ACINQ team.\n\nTo contribute to Lightning in general, take a look at the [Eclair repository](https://github.com/ACINQ/eclair) for routing nodes, or the [lightning-kmp repository](https://github.com/ACINQ/lightning-kmp) for mobile nodes.\n\n## Translate the app\n\nIf you want to contribute to the translation effort, consult the guidelines provided in [TRANSLATION.md](https://github.com/ACINQ/phoenix/blob/master/TRANSLATION.md)\n\n## Support\n\nFor troubleshooting and questions, visit [our support page](https://phoenix.acinq.co/support).\n\n## License\n\nPhoenix is released under the terms of the Apache 2.0 license. See LICENSE for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facinq%2Fphoenix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facinq%2Fphoenix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facinq%2Fphoenix/lists"}