An open API service indexing awesome lists of open source software.

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

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)