{"id":23050228,"url":"https://github.com/questnetwork/qd-social-ts","last_synced_at":"2026-05-07T01:06:33.388Z","repository":{"id":105958782,"uuid":"295854680","full_name":"QuestNetwork/qd-social-ts","owner":"QuestNetwork","description":"Decentralized End-To-End Encrypted P2P Social Network Module For qDesk","archived":false,"fork":false,"pushed_at":"2020-10-24T23:11:14.000Z","size":621,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T17:30:42.831Z","etag":null,"topics":["decentralized","ethereum","ipfs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuestNetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-15T21:35:48.000Z","updated_at":"2023-05-14T07:22:56.000Z","dependencies_parsed_at":"2023-04-09T06:46:20.181Z","dependency_job_id":null,"html_url":"https://github.com/QuestNetwork/qd-social-ts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuestNetwork%2Fqd-social-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuestNetwork%2Fqd-social-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuestNetwork%2Fqd-social-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuestNetwork%2Fqd-social-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuestNetwork","download_url":"https://codeload.github.com/QuestNetwork/qd-social-ts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246930644,"owners_count":20856647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decentralized","ethereum","ipfs"],"created_at":"2024-12-15T23:20:35.320Z","updated_at":"2026-05-07T01:06:28.349Z","avatar_url":"https://github.com/QuestNetwork.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Completion 1.0.0](https://img.shields.io/badge/completion%20v1.0.0-9%25-red) ![Help Wanted](https://img.shields.io/badge/%20-help--wanted-%23159818) ![Version 0.9.3](https://img.shields.io/badge/version-0.9.4-green) ![Version 0.9.3](https://img.shields.io/badge/version-v0.9.5-blue) ![Sponsors](https://img.shields.io/badge/sponsors-0-red)\n\n## qD Social\n\n## Description\n\nqD Social offers the ability to share posts and information about yourself and make connections with other people. You can have a public profile, granular privacy settings or invite only. \n\n0.9.5+ allow to connect qD Social profiles to Twitter without sharing information with Twitter as an additional layer of verification. It is planned to add passive verification for a custom list of external networks to verify the peer identities.\n\n1.0.0+ complies with privacy regulations and can be used for confidential information as a production social network for enterprises worldwide.\n\nqD Social is a module for [qDesk](https://github.com/QuestNetwork/qDesk). It's accessible across qDesk, you can use it with [qD Messages](https://github.com/QuestNetwork/qd-messages-ts) and other qDesk modules. It is used to show store information and latest store campaigns on [qD Market](https://github.com/QuestNetwork/qd-market-ts). \n\nqD Social is built on [qOS](https://github.com/QuestNetwork/quest-os-js) which makes use of the [Interplanetary Filesystem](https://ipfs.io), [IPFS GossipSub](https://blog.ipfs.io/2020-05-20-gossipsub-v1.1/), [IPFS DAGs](https://docs.ipfs.io/concepts/merkle-dag/), and [qDesk](https://github.com/QuestNetwork/qDesk), our example app based on [Angular10](https://angular.io/).\n\n[qDesk](https://github.com/QuestNetwork/qDesk) works in the browser, as an Electron on Windows, Mac and Linux and Android using Cordova and makes it possible to build custom, secure and decentralized social networks in less than 20 days.\n\nWe have chosen Angular/Electron as an example environment because we believe it offers the best accessibility for developers coming from any other language/framework. The Quest Network is already being used in Python on PyQt5 and we aim to provide the underlying library in Go and wherever possible in Rust as well.\n\nUse [qOS](https://github.com/QuestNetwork/quest-os-js) in your applications and you can use the underlying channels and data in your own application by booting with [Quest Social JS](https://github.com/QuestNetwork/quest-social-js).\n\nCheck out other [Awesome Quest Network dApps](https://github.com/QuestNetwork/awesome/blob/master/README.md)!\n\n## Security\n![Completion 1.0.0](https://img.shields.io/badge/OAEP-4096%20Bit-green) ![EC](https://img.shields.io/badge/EC-P\u0026#8208;521-green) ![AES](https://img.shields.io/badge/AES-256%20Bit-yellow)\n\n[qOS](https://github.com/QuestNetwork/quest-os-js) uses [4096 Bit RSA-OAEP](https://en.wikipedia.org/wiki/RSA_(cryptosystem)#Operation) encryption, [256 Bit AES-CBC](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) encryption and [NIST P-521 EC](https://en.wikipedia.org/wiki/Elliptic-curve_cryptography#Fast_reduction_(NIST_curves)) signatures.\n\n## Manual \u0026 Documentation\n\nSee our automated documentation for more information: https://questnetwork.github.io/docs\n\n## Lead Maintainer\n\n[StationedInTheField](https://github.com/StationedInTheField)\n\n## Support Us\nPlease consider supporting us, so that we can build a non-profit for this project (ツ)\n\n| Ethereum| Bitcoin |\n|---|---|\n| `0xBC2A050E7B87610Bc29657e7e7901DdBA6f2D34E` | `bc1qujrqa3s34r5h0exgmmcuf8ejhyydm8wwja4fmq`   |\n|  \u003cimg src=\"doc/images/eth-qr.png\" \u003e   | \u003cimg src=\"doc/images/btc-qr.png\" \u003e |\n\n## Development\n\n### Planning \n\nSee our [Kanban](https://github.com/orgs/QuestNetwork/projects/1) for the development of 0.9.5, feel free to add or pick up features!\n\n### Building\n\nqDesk Social is a module of [qDesk](https://github.com/QuestNetwork/qDesk), so please see https://github.com/QuestNetwork/qDesk#development for instructions.\n\n### Commands\n\n**Prepare Package**\n\n``npm run inst`` Removes `package-lock.json` and runs ``npm install``\n\nWe added an example ```swarm.json``` to the ```src/app``` folder with an example node to make reproduction easier, but we strongly recommend to use our [Quest CLI](https://github.com/QuestNetwork/quest-cli) to test and build the app.\n\nPro Tip: Put a file in your `/bin` that runs the quest-cli like so `node /path/to/quest-cli/index.js` from any folder on your system. It's much nicer!\n\n## Features\n\n**0.9.3**\n- Public Profile\n- Invite Only Profile\n- Alias, Full Name, About\n\n**0.9.4**\n- Pair by QR Code\n- Search For Social Profiles Received From All Connected Modules\n- Native Posts\n- Profile \u0026 Timeline Search\n- Comments/Replies On Posts\n- Favorite List\n- Improved Timeline Propagation \n- Replies modularized\n- Uses IPFS merkle-trees now\n\n## Roadmap\n\n**0.9.5**\n- Report Posts \u0026 Users\n- Ban Users\n- Share Private Profiles \n- Custom Timeline Search Algorithms\n- Native Followers\n- Connect To Twitter\n\n**0.9.6**\n- Use up To 5 Social Profiles Simultaneously \n- Change Profile Picture\n- Change Poster\n- Connect [Markets](https://github.com/QuestNetwork/qd-market-ts)\n- Connect To Other Platforms (write custom adapters, with our requests you can also inlcude centralized platforms by our twitter example)\n\n\n**1.0.0**\n- Connect [Vibenarium](https://github.com/Vibenarium/vibenarium-platform)\n\n## License\nGNU Affero GPLv3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquestnetwork%2Fqd-social-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquestnetwork%2Fqd-social-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquestnetwork%2Fqd-social-ts/lists"}