Update README.md

This commit is contained in:
AtHeartEngineer
2023-07-09 19:28:04 -04:00
committed by GitHub
parent dd6321c3f2
commit eb2ec9b3f1

View File

@@ -1,12 +1,14 @@
## Hi there 👋
# Discreetly
## About Discreetly
Discreetly is an anonymous and federated chat application. Under the hood it uses a zero-knowledge protocol called RLN (Rate-Limiting Nullifier) to rate limit messages per user.
Read more about [RLN](https://rate-limiting-nullifier.github.io/rln-docs/).
<!--
## Features
**Here are some ideas to get you started:**
🙋‍♀️ A short introduction - what is your organization all about?
🌈 Contribution guidelines - how can the community get involved?
👩‍💻 Useful resources - where can the community find your docs? Is there anything else the community should know?
🍿 Fun facts - what does your team eat for breakfast?
🧙 Remember, you can do mighty things with the power of [Markdown](https://docs.github.com/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
-->
* Truly anonymous
* It uses RLN to prove you are a member of a room, but not who you are.
* If you don't trust the server, run your own
* Federated
* Run your own server, and use the same frontend as everyone else, or run your own frontend too.
* Spammers are banned
* If someone tries to send messages faster than the rate limit allowed, they are automatically banned, and there is no unban.