Skip to content

aussedatlo/Ottr

Repository files navigation

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