nostrum icon indicating copy to clipboard operation
nostrum copied to clipboard

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

🌊 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