Keep your Nostr keys safe.
nostrum-alpha.mp4
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.
- React Native
- Node.js
- Yarn
yarn install
yarn ios
yarn android
It requires an expo account and the expo-cli installed.
# iOS
eas build --platform ios
eas submit --platform ios
# Android
eas build --platform android
eas submit --platform android