nostr-connect / nostrum

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌊 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

About

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

License:MIT License


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%