diff --git a/.prettierrc b/.prettierrc index a77fdde..cad3ce3 100644 --- a/.prettierrc +++ b/.prettierrc @@ -5,5 +5,14 @@ "printWidth": 100, "plugins": ["prettier-plugin-svelte"], "pluginSearchDirs": ["."], - "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }] + "overrides": [ + { + "files": "*.svelte", + "options": { + "parser": "svelte" + } + } + ], + "singleAttributePerLine": true, + "svelteBracketNewLine": false } diff --git a/src/app.html b/src/app.html index a281af5..596d25b 100644 --- a/src/app.html +++ b/src/app.html @@ -1,13 +1,33 @@ - +
- - - + + + %sveltekit.head% - -I can prove to you that
+I know some secret whose fingerprint
+is in
+Some Group of fingerprints
+and
++ RLN (Rate-Limiting Nullifier) is a zk-gadget/protocol that enables spam prevention mechanism + for anonymous environments +
++ Read more about RLN. +
+I can prove to you that
+I know some secret whose fingerprint
+is in
+Some Group of fingerprints
++ Semaphore is a zero-knowledge protocol that allows you to cast a signal (for example, a vote + or endorsement) as a provable group member without revealing your identity. Additionally, it + provides a simple mechanism to prevent double-signaling. Use cases include private voting, + whistleblowing, anonymous DAOs and mixers. +
++ Read more about Semaphore. +
+Loading rooms...
diff --git a/src/lib/components/Gateways/InviteCode.svelte b/src/lib/components/Gateways/InviteCode.svelte index 3ae5195..56f6e63 100644 --- a/src/lib/components/Gateways/InviteCode.svelte +++ b/src/lib/components/Gateways/InviteCode.svelte @@ -88,7 +88,10 @@ {#if !hideInput} -- True Anonymity π‘οΈ Chat without revealing your - identity, thanks to - Semaphore. + True Anonymity + π‘οΈ + Chat without revealing your identity, thanks to + Semaphore.
- Zero-Knowledge Spam Prevention π΅οΈ Powered - by - Rate Limiting NullifierZero-Knowledge Spam Prevention + π΅οΈ + Powered by + Rate Limiting Nullifier, an anti-spam technology that ensures everyone can participate fairly.
- Own Your Identity π Be in full control of your - anonymity. Remember to + Own Your Identity + π + Be in full control of your anonymity. Remember to backup your credentialsβonce lost, they're irretrievable.
- Gated Communities π Most communities can only be - joined once, use it wisely. + Gated Communities + π Most communities can only be joined once, use it wisely.
This password is only used locally, there is no username and password for your account, so don't - forget to backup your identitybackup your identity.