Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/nostr-connect/nostrum

iOS & Android reference implementation of a Nostr Connect NIP-46 remote signer. Written with React Native Expo
https://github.com/nostr-connect/nostrum

bitcoin expo nostr nostr-connect react-native

Last synced: 26 days ago
JSON representation

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

Lists

README

        

# 🌊 Nostrum
Keep your Nostr keys safe.

## ⛹ī¸â€â™€ī¸ Try now!

- [iOS TestFlight](https://testflight.apple.com/join/JIbjvN2p)
- [Android APK](https://expo.dev//accounts/nostr-connect/projects/nostrum/builds/4af1e6e5-9308-46c8-9111-a83b57ae20b3)

## đŸŽŦ 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](https://github.com/nostr-connect/nips/blob/nostr-connect/46.md) protocol.

## 👩‍đŸ’ģ Development

### Requirements

- React Native
- Node.js
- Yarn

### Installation

```bash
yarn install
```

### Running

```bash
yarn ios
yarn android
```

## đŸšĸ Release

It requires an expo account and the expo-cli installed.

```bash
# iOS
eas build --platform ios
eas submit --platform ios
# Android
eas build --platform android
eas submit --platform android
```