/nostrum

iOS & Android reference implementation of a Nostr Connect NIP-46 remote signer. Written with React Native Expo

Primary LanguageTypeScriptMIT LicenseMIT

🌊 Nostrum

Keep your Nostr keys safe.

⛹️‍♀️ Try now!

🎬 Demo

nostrum-alpha.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