https://github.com/sticknet/sticknet-web
Web App Version of Sticknet - Web3 Social Storage
https://github.com/sticknet/sticknet-web
cloud-storage decentralization end-to-end-encryption react social-network typescript web3
Last synced: 8 months ago
JSON representation
Web App Version of Sticknet - Web3 Social Storage
- Host: GitHub
- URL: https://github.com/sticknet/sticknet-web
- Owner: sticknet
- License: apache-2.0
- Created: 2024-07-21T06:26:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T04:28:29.000Z (over 1 year ago)
- Last Synced: 2025-01-31T00:12:32.562Z (over 1 year ago)
- Topics: cloud-storage, decentralization, end-to-end-encryption, react, social-network, typescript, web3
- Language: TypeScript
- Homepage: https://sticknet.org
- Size: 849 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sticknet Web App
Web app version of [Sticknet](https://github.com/sticknet/sticknet-mobile) built using React and TypeScript.
Web app version includes the Vault. For full features, including groups, albums, and profile check out the mobile apps.
## Mobile app
You can find Sticknet's mobile apps and main repo [here](https://github.com/sticknet/sticknet-mobile).
## Contributing
### Prerequisites
- Node (>= 18)
- Install and start Sticknet's [backend server](https://github.com/sticknet/sticknet-engine)
### Setup
1. Git clone: `git clone git@github.com:sticknet/sticknet-web.git && cd sticknet-web`
2. Install node modules: `yarn`
### Running
1. Run Webpack: `yarn watch`
2. Open `http://127.0.0.1:8000` in your browser
### Testing
- Run tests: `yarn test`
- Run lint: `yarn lint-fix`
## Other repos:
1. Mobile apps: [Sticknet mobile](https://github.com/sticknet/sticknet-mobile)
2. Backend server: [Sticknet engine](https://github.com/sticknet/sticknet-engine)
3. End-to-end encryption protocol: [Stick protocol](https://github.com/sticknet/stick-protocol)
## Contact Us
You can email us as at contact@sticknet.org
## License
Copyright © 2018-2024 Sticknet
Licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)