Anonymous, end-to-end cryptography distributed event streaming platform
Based on Kafka
Apache Kafka is an open-source distributed event streaming platform used for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.
Powered by Ethereum
Verifying the identity of participants using crypto's methods, involving secp256k1 private and public key pairs. Granting or denying permissions to perform specific actions, handled by smart contracts with predefined rules.
End-to-end cryptography
Obtain one shared secret through the ECDH key exchange with crypto's key. Use a key derivation function to derive a symmetric key from the shared secret. Choose a symmetric encryption algorithm with the derived key to encrypt messages.
Distributed system
The system consists of multiple independent nodes which communicate with each other to share information and coordinate their activities. If one node fails, the system should be able to continue functioning.
Collaboration
No licensing to prevent users from using the software for various purposes. Encourage collaboration not only to develop software, but also to build untraceable and privacy protection environment.
Check it out in the intro video
Loved by many engineers


Thanks @docusaurus team 🦖




My favorite new feature: dark mode!! 🌑/☀️



@temporalio uses it for http://docs.temporal.io, and it has been a huge boon to our docs team. @sebastienlorber is an incredible steward of the project, support it if you can!
I've helped open source many projects at Facebook and every one needed a website. They all had very similar constraints: the documentation should be written in markdown and be deployed via GitHub pages. I’m so glad that Docusaurus now exists so that I don’t have to spend a week each time spinning up a new one.
Open source contributions to the React Native docs have skyrocketed after our move to Docusaurus. The docs are now hosted on a small repo in plain markdown, with none of the clutter that a typical static site generator would require. Thanks Slash!
Docusaurus has been a great choice for the ReasonML family of projects. It makes our documentation consistent, i18n-friendly, easy to maintain, and friendly for new contributors.