Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 842 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 842 Bytes

MIT license release

Ottr

Android messenger app based on Nostr protocol.

Features

  • Send end-to-end encrypted messages to anyone
  • Connect to multiple relays
  • Reply to a message
  • Update your profile metadatas
  • Likes and dislikes

Build dependency

  • Android Studio
  • JDK
  • Expo

Setup

yarn install

# run the app with expo go
npx expo

# run the app directly on android device
npx react-native start
# then, on other terminal
npx react-native run-android