Stacker News is like Hacker News but we pay you Bitcoin. Bsats is an unofficial ios / android app for stacker.news.
You can download the app from:
For android users, you can alsoe download the apk from releases.
- npm install -g expo-cli
- npm install
- eas build --profile development-simulator --platform ios
- eas build --profile development --platform android
This app is written with react native + expo
// ios
eas build --platform ios
eas submit -p ios
// android
eas build --platform android
eas submit -p android
Pull requests are welcome. Please submit feature requests and bug reports through issues.