Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.02 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.02 KB

🌊 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