Awesome
đ Nostrum
Keep your Nostr keys safe.
âšī¸ââī¸ Try now!
đŦ 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 protocol.
đŠâđģ Development
Requirements
- React Native
- Node.js
- Yarn
Installation
yarn install
Running
yarn ios
yarn android
đĸ Release
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