Home

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

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