Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nostrband/nostr-universe
Explore the Nostr apps safely!
https://github.com/nostrband/nostr-universe
browser nostr
Last synced: 9 days ago
JSON representation
Explore the Nostr apps safely!
- Host: GitHub
- URL: https://github.com/nostrband/nostr-universe
- Owner: nostrband
- License: mit
- Created: 2023-07-19T08:23:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T08:01:09.000Z (about 1 year ago)
- Last Synced: 2024-03-15T12:39:12.533Z (11 months ago)
- Topics: browser, nostr
- Language: TypeScript
- Homepage: https://spring.site
- Size: 28.6 MB
- Stars: 48
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nostr-universe
Spring - The Nostr Browser.
To build the apk:
- Install JRE 11 or higher.
- Install latest Android Studio
- Install Android SDK Tools 33.0.2 (SDK Manager -> SDK Tools -> check Show package details -> Select 33.0.2)
- Then:```
cd app
npm i
npx run build
cd ../universe
cordova plugin add https://github.com/nostrband/nostr-keystore-cordova-plugin
cordova plugin add https://github.com/nostrband/cordova-plugin-inappbrowser
cordova plugin add https://github.com/nostrband/nostr-walletstore-cordova-plugin/tree/without-nostr-utils
cordova plugin add cordova-clipboard
cordova plugin add cordova-plugin-x-socialsharing
cordova plugin add cordova-plugin-statusbar
cordova plugin add cordova-plugin-native-logs
cordova plugin add cordova-plugin-androidx-adapter
cordova plugin add https://github.com/nostrband/cordova-plugin-local-notifications
cordova plugin add https://github.com/nostrband/cordova-plugin-intent
cordova platform add android
cordova build android
```apk file will be at platforms/android/app/build/outputs/apk/debug/app-debug.apk
To run in the emulator, install a virtual device with API version 31 or higher.