https://github.com/getalby/go
Alby Go - The easiest mobile app to use bitcoin on the Go and that works great with Alby Hub.
https://github.com/getalby/go
bitcoin-wallet lightning-network mobile nostr-wallet-connect nwc wallet wallet-interface
Last synced: about 2 months ago
JSON representation
Alby Go - The easiest mobile app to use bitcoin on the Go and that works great with Alby Hub.
- Host: GitHub
- URL: https://github.com/getalby/go
- Owner: getAlby
- License: mit
- Created: 2024-04-24T13:17:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-11T13:01:10.000Z (about 2 months ago)
- Last Synced: 2025-04-12T17:12:20.310Z (about 2 months ago)
- Topics: bitcoin-wallet, lightning-network, mobile, nostr-wallet-connect, nwc, wallet, wallet-interface
- Language: TypeScript
- Homepage: https://albygo.com
- Size: 15.3 MB
- Stars: 44
- Watchers: 4
- Forks: 9
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Alby Go
A simple lightning mobile wallet interface that works great with [Alby Hub](https://albyhub.com) or any other [NWC](https://nwc.dev) wallet service.
## Development
`yarn install`
`yarn start`
### Notifications
Push notifications are only available when running the app on a **physical device** using the following commands:
For iOS:
`yarn ios:device`
For Android:
`yarn android:device`
**Note:** Notifications do not work in the Expo Go app. You must run the app on a standalone build or a device using the above commands.