Sticknet - Web3 Social Storage
January 1, 2025 ยท View on GitHub
๐ Sticknet is now open-source ๐
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.
Download
You can download Sticknet from the App Store or the Play Store.
Encryption Protocol
Sticknet's end-to-end encryption is powered by the open-source and peer-reviewed protocol โ Stick Protocol.
Server
Sticknet's backend server is open-source as well.
Web
Sticknet's web version is open-source also.
Contributing
Prerequisites
- Node (>= 18)
- Ruby (>= 2.7.6)
Setup
- Git clone:
git clone git@github.com:sticknet/sticknet-mobile.git && cd sticknet-mobile - Install node modules:
yarn
iOS
- Install iOS pods:
cd ios && pod install && cd .. react-native run-ios
Android
- And keystore.properties file at
sticknet-mobile/android/keystore.propertieswith 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
Testing
- Run tests:
yarn test - Run lint:
yarn lint-fix
E2E Tests
- Build for iOS simulator:
detox build --configuration ios.sim.debug - Run:
detox test --configuration ios.sim.debug
Contact Us
You can email us as at contact@sticknet.org
License
Copyright ยฉ 2018-2024 Sticknet
Licensed under the Apache License 2.0