https://github.com/crossbell-box/crosssync
Own your tweets
https://github.com/crossbell-box/crosssync
Last synced: 4 months ago
JSON representation
Own your tweets
- Host: GitHub
- URL: https://github.com/crossbell-box/crosssync
- Owner: Crossbell-Box
- Created: 2022-05-17T22:44:18.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-08-19T13:39:55.000Z (10 months ago)
- Last Synced: 2025-08-19T15:34:31.272Z (10 months ago)
- Language: Vue
- Homepage: https://crosssync.app
- Size: 7.72 MB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CrossSync
> Welcome to CrossSync! 👋
[](https://github.com/NaturalSelectionLabs/CrossSync/actions/workflows/build-test.yml)
[](https://github.com/NaturalSelectionLabs/CrossSync/actions/workflows/build-release.yml)
[](https://github.com/NaturalSelectionLabs/CrossSync/releases)
[](https://chrome.google.com/webstore/detail/crosssync/cilehfhekljoecdbbimgebbncpjagmon)
[](https://chrome.google.com/webstore/detail/crosssync/cilehfhekljoecdbbimgebbncpjagmon)
---
## 🐳 Introduction
CrossSync is a socially-oriented web3 Dapp that runs on the Crossbell. CrossSync aims to allow a user-owned flow of social information.
Crossbell allows users the ability to take back their data ownership; CrossSync makes owning your data a fun and engaging social experience.
To get started, you’ll need go to [Crossbell Faucet](https://faucet.crossbell.io) and get some $CSB. After you’ve connected your wallet and received the $CSB, you’ll be able to mint a character on CrossSync.
## 🪙 Special
You can find us [on Gitcoin](https://gitcoin.co/grants/6465/crosssync) !
## 🎁 Installation
The latest stable version can be grabbed from [Release Page](https://github.com/NaturalSelectionLabs/CrossSync/releases) with zipped file attached.
You can also migrate to [Chrome Web Store](https://chrome.google.com/webstore/detail/crosssync/cilehfhekljoecdbbimgebbncpjagmon) for the published version. It might have some latency than the Release version because Google need to review it before publish.
## ⚙ Development
1. Build dev pack
- pnpm (recommended)
```shell
pnpm install
pnpm dev
```
2. Navigate to `chrome://extensions/`
3. Open `Developer mode` in the top right corner
4. Click `Load unpacked` in the top left corner
5. Select `path/to/CrossSync/dist`
## 🔨 Builds
### Release builds
You can navigate to [Release page](https://github.com/NaturalSelectionLabs/CrossSync/releases) for the release packs.
### Test builds
You can navigate to [Workflow Run page](https://github.com/NaturalSelectionLabs/CrossSync/actions/workflows/build-test.yml) for the test artifacts. If they are expired, you can build your own pack.
### Build by yourself
- pnpm (recommended)
```shell
pnpm build
```