Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nostr-connect/nostrum
iOS & Android reference implementation of a Nostr Connect NIP-46 remote signer. Written with React Native Expo
https://github.com/nostr-connect/nostrum
bitcoin expo nostr nostr-connect react-native
Last synced: 3 days ago
JSON representation
iOS & Android reference implementation of a Nostr Connect NIP-46 remote signer. Written with React Native Expo
- Host: GitHub
- URL: https://github.com/nostr-connect/nostrum
- Owner: nostr-connect
- License: mit
- Created: 2023-01-06T00:02:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T22:35:09.000Z (11 months ago)
- Last Synced: 2024-02-16T05:35:29.285Z (9 months ago)
- Topics: bitcoin, expo, nostr, nostr-connect, react-native
- Language: TypeScript
- Homepage:
- Size: 46.6 MB
- Stars: 53
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - nostrum - connect/nostrum.svg?style=social) - Nostrum it's a mobile app that allows you to sign transactions and messages with your Nostr keys. Nostrum is the reference implementation for a remote signer app (ie. Wallet) of the Nostr Connect protocol. (Offline signers / Client reviews and/or comparisons)
README
# đ Nostrum
Keep your Nostr keys safe.## âšī¸ââī¸ Try now!
- [iOS TestFlight](https://testflight.apple.com/join/JIbjvN2p)
- [Android APK](https://expo.dev//accounts/nostr-connect/projects/nostrum/builds/4af1e6e5-9308-46c8-9111-a83b57ae20b3)## đŦ Demo
https://user-images.githubusercontent.com/3596602/211125690-a16d0d3d-d010-44b2-85e3-94b4e9f476c7.mp4## đ About
Nostrum it's a mobile app that allows you to sign transactions and messages with your Nostr keys.
Nostrum is the reference implementation for a remote signer app (ie. Wallet) of the [Nostr Connect](https://github.com/nostr-connect/nips/blob/nostr-connect/46.md) protocol.## đŠâđģ Development
### Requirements
- React Native
- Node.js
- Yarn### Installation
```bash
yarn install
```### Running
```bash
yarn ios
yarn android
```## đĸ Release
It requires an expo account and the expo-cli installed.
```bash
# iOS
eas build --platform ios
eas submit --platform ios
# Android
eas build --platform android
eas submit --platform android
```