Sticknet is a cloud storage with an integrated social network. Sticknet is fully end-to-end encrypted and its storage is decentralized. You can use Sticknet to backup your files, photos and important notes securely in your private Vault, and access them easily from any of your devices. In addition, Sticknet includes social features to maximize your productivity including groups creation, connecting with other users, private messenger, and shared albums.
sticknet.mp4
You can download Sticknet from the App Store or the Play Store.
Sticknet's end-to-end encryption is powered by the open-source and peer-reviewed protocol – Stick Protocol.
Sticknet's backend server is open-source as well.
Sticknet's web version is open-source also.
- Node (>= 18)
- Ruby (>= 2.7.6)
- Git clone:
git clone [email protected]:sticknet/sticknet-mobile.git && cd sticknet-mobile
- Install node modules:
yarn
- Install iOS pods:
cd ios && pod install && cd ..
react-native run-ios
- And keystore.properties file at
sticknet-mobile/android/keystore.properties
with the following content:
APP_UPLOAD_STORE_FILE=debug.keystore
APP_UPLOAD_KEY_ALIAS=androiddebugkey
APP_UPLOAD_STORE_PASSWORD=android
APP_UPLOAD_KEY_PASSWORD=android
- Start metro:
react-native start
- Run app on android device (new terminal window):
react-native run-android
- Run tests:
yarn test
- Run lint:
yarn lint-fix
- Build for iOS simulator:
detox build --configuration ios.sim.debug
- Run:
detox test --configuration ios.sim.debug
You can email us as at [email protected]
Copyright © 2018-2024 Sticknet
Licensed under the Apache License 2.0