Bluesky Social App: Decentralized Social Media App for Multiple Platforms
Bluesky Social application is available on Web, iOS, and Android. It is a React Native app written in TypeScript with some Golang code. Part of the ATProtocol ecosyste...
标签:Github项目ATProtocol BlueskySocialApp DecentralizedSocialMedia golang ReactNative TypeScriptBluesky Social App: A Decentralized Social Media App
The Bluesky Social application is available for Web, iOS, and Android (bsky.app). It is a React Native application written in TypeScript, with some Golang code for a web service related to the React Native Web application.
Project Introduction
This application is part of the Authenticated Transfer Protocol (ATProtocol) ecosystem. It encompasses a set of schemas and APIs within the overall ATProtocol framework, with the namespace for these “Lexicons” being app.bsky.. It is an open-source project under the MIT license.
Contribution Guidelines
While contributions are accepted, high-quality issues and pull requests are prioritized. There are specific rules such as the possibility of not responding to an issue or PR, closing an issue/PR without much feedback, and locking discussions if overloaded. Guidelines for contributors include checking for existing issues before filing new ones, opening an issue for discussion before submitting a PR, and avoiding certain types of PRs like simple name-changing or large-scale refactoring without prior discussion.
Security Disclosures
If any security issues are discovered, one can send an email to [email protected] which is automatically CCed to the entire team for a prompt response.
Project Summary
The Bluesky Social app is an interesting project in the decentralized social media space. If you have any thoughts or experiences regarding this project, feel free to leave a comment below and join the discussion.
项目地址
数据统计
数据评估
本站链氪巴士提供的Bluesky Social App: Decentralized Social Media App for Multiple Platforms都来源于网络,不保证外部链接的准确性和完整性,同时,对于该外部链接的指向,不由链氪巴士实际控制,在2024年12月6日 上午12:00收录时,该网页上的内容,都属于合规合法,后期网页的内容如出现违规,可以直接联系网站管理员进行删除,链氪巴士不承担任何责任。
相关导航
react - native - puti - pay是一个基于ReactNative的插件,专注于实现微信支付和支付宝支付功能。它详细阐述了在iOS和Android系统上的安装步骤,包含在iOS的XCode中的项目操作,如库添加、系统库设置等,以及在Android上的MainActivity.java、settings.gradle和build.gradle的配置等内容。还提供了支付功能的使用方式,并对常见的支付集成问题进行了分析,如安卓微信支付闪退和iOS支付无返回商家按钮等问题,为需要集成这两种支付方式的ReactNative项目提供了全面的参考。