From 6acc119acc920ffe9bc9fbe1a97b6a22867632c9 Mon Sep 17 00:00:00 2001 From: tree Date: Sat, 7 Oct 2023 22:51:03 +0200 Subject: [PATCH] gen messaging cat --- Makefile | 3 +- src/projects/messaging/alter/index.yaml | 9 + src/projects/messaging/bcchat/index.yaml | 7 + src/projects/messaging/beepo/index.yaml | 11 + .../crypviser-secure-messenger/index.yaml | 7 + src/projects/messaging/hushchat/index.yaml | 7 + src/projects/messaging/jami/index.yaml | 10 + src/projects/messaging/lurch1317/index.yaml | 11 + src/projects/messaging/mejhool/index.yaml | 9 + src/projects/messaging/onionclub/index.yaml | 7 + src/projects/messaging/pastenym/index.yaml | 8 + .../messaging/pigeon-communicator/index.yaml | 7 + src/projects/messaging/relayz/index.yaml | 7 + .../messaging/rln-anonymous-chat/index.yaml | 9 + src/projects/messaging/senging-me/index.yaml | 7 + src/projects/messaging/session/index.yaml | 15 ++ src/projects/messaging/speak-app/index.yaml | 9 + src/projects/messaging/speakeasy/index.yaml | 9 + src/projects/messaging/src.json | 206 ++++++++++++++++++ src/projects/messaging/status/index.yaml | 10 + src/projects/messaging/waku/index.yaml | 10 + src/projects/messaging/xmtp-x-lens/index.yaml | 9 + .../messaging/xx-messenger/index.yaml | 10 + src/projects/messaging/zion/index.yaml | 8 + 24 files changed, 404 insertions(+), 1 deletion(-) create mode 100644 src/projects/messaging/alter/index.yaml create mode 100644 src/projects/messaging/bcchat/index.yaml create mode 100644 src/projects/messaging/beepo/index.yaml create mode 100644 src/projects/messaging/crypviser-secure-messenger/index.yaml create mode 100644 src/projects/messaging/hushchat/index.yaml create mode 100644 src/projects/messaging/jami/index.yaml create mode 100644 src/projects/messaging/lurch1317/index.yaml create mode 100644 src/projects/messaging/mejhool/index.yaml create mode 100644 src/projects/messaging/onionclub/index.yaml create mode 100644 src/projects/messaging/pastenym/index.yaml create mode 100644 src/projects/messaging/pigeon-communicator/index.yaml create mode 100644 src/projects/messaging/relayz/index.yaml create mode 100644 src/projects/messaging/rln-anonymous-chat/index.yaml create mode 100644 src/projects/messaging/senging-me/index.yaml create mode 100644 src/projects/messaging/session/index.yaml create mode 100644 src/projects/messaging/speak-app/index.yaml create mode 100644 src/projects/messaging/speakeasy/index.yaml create mode 100644 src/projects/messaging/src.json create mode 100644 src/projects/messaging/status/index.yaml create mode 100644 src/projects/messaging/waku/index.yaml create mode 100644 src/projects/messaging/xmtp-x-lens/index.yaml create mode 100644 src/projects/messaging/xx-messenger/index.yaml create mode 100644 src/projects/messaging/zion/index.yaml diff --git a/Makefile b/Makefile index 140d9b0d..5e0c8208 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,5 @@ gen-all: make gen cat=hardware make gen cat=vpn make gen cat=did - make gen cat=dao \ No newline at end of file + make gen cat=dao + make gen cat=messaging \ No newline at end of file diff --git a/src/projects/messaging/alter/index.yaml b/src/projects/messaging/alter/index.yaml new file mode 100644 index 00000000..f2c65bb4 --- /dev/null +++ b/src/projects/messaging/alter/index.yaml @@ -0,0 +1,9 @@ +name: ALTER +categories: + - messaging +description: >- + Private & Secure Communication App Utilizing Secret Nework's secret contract + technology. +links: + web: https://altermail.co +team: {} diff --git a/src/projects/messaging/bcchat/index.yaml b/src/projects/messaging/bcchat/index.yaml new file mode 100644 index 00000000..b6549bc3 --- /dev/null +++ b/src/projects/messaging/bcchat/index.yaml @@ -0,0 +1,7 @@ +name: BCchat +categories: + - messaging +description: A decentralized, privacy messenger built over the Beldex blockchain. +links: + web: https://bchat.beldex.io +team: {} diff --git a/src/projects/messaging/beepo/index.yaml b/src/projects/messaging/beepo/index.yaml new file mode 100644 index 00000000..d788b9a3 --- /dev/null +++ b/src/projects/messaging/beepo/index.yaml @@ -0,0 +1,11 @@ +name: Beepo +categories: + - messaging +description: >- + A social networking application integrated with a multichain chain crypto + wallet, a web 3 browser, instant messaging and calling, an eCommerce store, + and a sales catalog section for business accounts +links: + web: https://beepoapp.net/#features + github: https://github.com/beepo-app +team: {} diff --git a/src/projects/messaging/crypviser-secure-messenger/index.yaml b/src/projects/messaging/crypviser-secure-messenger/index.yaml new file mode 100644 index 00000000..80e4e239 --- /dev/null +++ b/src/projects/messaging/crypviser-secure-messenger/index.yaml @@ -0,0 +1,7 @@ +name: Crypviser Secure Messenger +categories: + - messaging +description: The most private messaging app, based on Blockchain technology. +links: + web: https://crypviser.network/ +team: {} diff --git a/src/projects/messaging/hushchat/index.yaml b/src/projects/messaging/hushchat/index.yaml new file mode 100644 index 00000000..03e56c05 --- /dev/null +++ b/src/projects/messaging/hushchat/index.yaml @@ -0,0 +1,7 @@ +name: HushChat +categories: + - messaging +description: Private messenger using zero knowledge mathematics. +links: + web: https://git.hush.is/hush/hushchat +team: {} diff --git a/src/projects/messaging/jami/index.yaml b/src/projects/messaging/jami/index.yaml new file mode 100644 index 00000000..e4f7f5dd --- /dev/null +++ b/src/projects/messaging/jami/index.yaml @@ -0,0 +1,10 @@ +name: Jami +categories: + - messaging +description: >- + Jami is a free/libre, end-to-end encrypted, and private communication + platform. +links: + web: https://jami.net/ + github: https://git.jami.net/savoirfairelinux/jami-project +team: {} diff --git a/src/projects/messaging/lurch1317/index.yaml b/src/projects/messaging/lurch1317/index.yaml new file mode 100644 index 00000000..82921327 --- /dev/null +++ b/src/projects/messaging/lurch1317/index.yaml @@ -0,0 +1,11 @@ +name: lurch1317 +categories: + - messaging +description: >- + The omemo variant based on vault1317, which is an off-chain secure + communication protocol with deniability under federated XMPP network with + ✨️**ZK**. +links: + web: https://github.com/hardenedvault/lurch/blob/lurch1317/README-lurch1317.md + github: https://github.com/hardenedvault/lurch/blob/lurch1317/README-lurch1317.md +team: {} diff --git a/src/projects/messaging/mejhool/index.yaml b/src/projects/messaging/mejhool/index.yaml new file mode 100644 index 00000000..b227cf11 --- /dev/null +++ b/src/projects/messaging/mejhool/index.yaml @@ -0,0 +1,9 @@ +name: Mejhool +categories: + - messaging +description: >- + A decentralized web and mobile app with peer-to-peer text messaging, + decentralized file transfer, and voice-over-IP service. +links: + web: https://hzmcoin.com/mejhool/ +team: {} diff --git a/src/projects/messaging/onionclub/index.yaml b/src/projects/messaging/onionclub/index.yaml new file mode 100644 index 00000000..b64bcf81 --- /dev/null +++ b/src/projects/messaging/onionclub/index.yaml @@ -0,0 +1,7 @@ +name: Onionclub +categories: + - messaging +description: Blockchain-based, business & social platform. +links: + web: https://onionclub.io +team: {} diff --git a/src/projects/messaging/pastenym/index.yaml b/src/projects/messaging/pastenym/index.yaml new file mode 100644 index 00000000..ec45e574 --- /dev/null +++ b/src/projects/messaging/pastenym/index.yaml @@ -0,0 +1,8 @@ +name: Pastenym +categories: + - messaging +description: Anon text sharing service +links: + web: https://pastenym.ch/#/ + github: https://github.com/notrustverify/pastenym/ +team: {} diff --git a/src/projects/messaging/pigeon-communicator/index.yaml b/src/projects/messaging/pigeon-communicator/index.yaml new file mode 100644 index 00000000..caafd15a --- /dev/null +++ b/src/projects/messaging/pigeon-communicator/index.yaml @@ -0,0 +1,7 @@ +name: Pigeon Communicator +categories: + - messaging +description: Blockchain-based, trustless, censorship-resistant decentralized messaging. +links: + web: https://pigeoncoin.org +team: {} diff --git a/src/projects/messaging/relayz/index.yaml b/src/projects/messaging/relayz/index.yaml new file mode 100644 index 00000000..65089163 --- /dev/null +++ b/src/projects/messaging/relayz/index.yaml @@ -0,0 +1,7 @@ +name: Relayz +categories: + - messaging +description: Hyper-secure, private communications protocol for Web3 +links: + web: https://relayz.io +team: {} diff --git a/src/projects/messaging/rln-anonymous-chat/index.yaml b/src/projects/messaging/rln-anonymous-chat/index.yaml new file mode 100644 index 00000000..622d6ad7 --- /dev/null +++ b/src/projects/messaging/rln-anonymous-chat/index.yaml @@ -0,0 +1,9 @@ +name: RLN Anonymous Chat +categories: + - messaging +description: >- + A spam-resistant instant messaging application for private and anonymous + communication. +links: + web: https://github.com/njofce/zk-chat +team: {} diff --git a/src/projects/messaging/senging-me/index.yaml b/src/projects/messaging/senging-me/index.yaml new file mode 100644 index 00000000..4d2766ce --- /dev/null +++ b/src/projects/messaging/senging-me/index.yaml @@ -0,0 +1,7 @@ +name: Senging.me +categories: + - messaging +description: Open-source communication & social platform. +links: + web: https://sending.me +team: {} diff --git a/src/projects/messaging/session/index.yaml b/src/projects/messaging/session/index.yaml new file mode 100644 index 00000000..4bf74383 --- /dev/null +++ b/src/projects/messaging/session/index.yaml @@ -0,0 +1,15 @@ +name: Session +categories: + - messaging +description: >- + An end-to-end encrypted messenger that minimizes sensitive metadata, designed + and built for people who want absolute privacy and freedom from any form of + surveillance. +ecosystem: Cryptonote +product_readiness: Live +links: + web: https://getsession.org + github: https://github.com/oxen-io +team: + company: + link: https://www.linkedin.com/company/sessionmessenger/people/ diff --git a/src/projects/messaging/speak-app/index.yaml b/src/projects/messaging/speak-app/index.yaml new file mode 100644 index 00000000..ff248706 --- /dev/null +++ b/src/projects/messaging/speak-app/index.yaml @@ -0,0 +1,9 @@ +name: Speak app +categories: + - messaging +description: >- + No phone number. No email address. Speakapp is a simple, and secure web3 + messenger. +links: + web: https://speakapp.me +team: {} diff --git a/src/projects/messaging/speakeasy/index.yaml b/src/projects/messaging/speakeasy/index.yaml new file mode 100644 index 00000000..99b6db10 --- /dev/null +++ b/src/projects/messaging/speakeasy/index.yaml @@ -0,0 +1,9 @@ +name: Speakeasy +categories: + - messaging +description: >- + Speak easily to a group of friends or a global community. Talk about what you + want. Surveillance free. Censorship proof. +links: + web: https://alpha.speakeasy.tech +team: {} diff --git a/src/projects/messaging/src.json b/src/projects/messaging/src.json new file mode 100644 index 00000000..b37349c2 --- /dev/null +++ b/src/projects/messaging/src.json @@ -0,0 +1,206 @@ +{ + "data": { + "Image": "https://github.com/Msiusko/web3privacy/blob/main/static-assets/Messaging.png?raw=true", + "Projects": [ + { + "Project": "Waku", + "ProjectLink": "https://waku.org", + "Description": "Waku is the communication layer for Web3. Decentralized communication that scales", + "GitHub": "https://github.com/waku-org", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Status", + "ProjectLink": "https://status.im", + "Description": "Status is a secure messaging app, crypto wallet, and Web3 browser built with state of the art technology", + "GitHub": "https://github.com/status-im/", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "xx messenger", + "ProjectLink": "https://elixxir.io", + "Description": "An ultra-private messaging app, powered by the quantum-resistant and decentralized xx network", + "GitHub": "https://git.xx.network/elixxir/client-android", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "ALTER", + "ProjectLink": "https://altermail.co", + "Description": "Private & Secure Communication App Utilizing Secret Nework's secret contract technology.", + "GitHub": "-", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Session", + "ProjectLink": "https://getsession.org", + "Description": "An end-to-end encrypted messenger that minimizes sensitive metadata, designed and built for people who want absolute privacy and freedom from any form of surveillance.", + "GitHub": "https://github.com/oxen-io", + "ProductReadiness": "Live", + "Ecosystem": "Cryptonote", + "TeamLink": "https://www.linkedin.com/company/sessionmessenger/people/" + }, + { + "Project": "BCchat", + "ProjectLink": "https://bchat.beldex.io", + "Description": "A decentralized, privacy messenger built over the Beldex blockchain.", + "GitHub": "-", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Crypviser Secure Messenger", + "ProjectLink": "https://crypviser.network/", + "Description": "The most private messaging app, based on Blockchain technology.", + "GitHub": "-", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "XMTP x Lens", + "ProjectLink": "https://blog.xmtp.com/lens-dms-with-xmtp/", + "Description": "Lens Protocol has adopted XMTP to provide a secure and private direct messaging layer for the entire Lens ecosystem", + "GitHub": "-", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Senging.me", + "ProjectLink": "https://sending.me", + "Description": "Open-source communication & social platform.", + "GitHub": "-", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Zion", + "ProjectLink": "https://www.zion.fyi", + "Description": "The safest way to join, chat, and send", + "GitHub": "https://github.com/getzion/", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "RLN Anonymous Chat", + "ProjectLink": "https://github.com/njofce/zk-chat", + "Description": "A spam-resistant instant messaging application for private and anonymous communication.", + "GitHub": "-", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Beepo", + "ProjectLink": "https://beepoapp.net/#features", + "Description": "A social networking application integrated with a multichain chain crypto wallet, a web 3 browser, instant messaging and calling, an eCommerce store, and a sales catalog section for business accounts", + "GitHub": "https://github.com/beepo-app", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Pastenym", + "ProjectLink": "https://pastenym.ch/#/", + "Description": "Anon text sharing service", + "GitHub": "https://github.com/notrustverify/pastenym/", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Onionclub", + "ProjectLink": "https://onionclub.io", + "Description": "Blockchain-based, business & social platform.", + "GitHub": "-", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Speakeasy", + "ProjectLink": "https://alpha.speakeasy.tech", + "Description": "Speak easily to a group of friends or a global community. Talk about what you want. Surveillance free. Censorship proof.", + "GitHub": "-", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Speak app", + "ProjectLink": "https://speakapp.me", + "Description": "No phone number. No email address. Speakapp is a simple, and secure web3 messenger.", + "GitHub": "-", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Pigeon Communicator", + "ProjectLink": "https://pigeoncoin.org", + "Description": "Blockchain-based, trustless, censorship-resistant decentralized messaging.", + "GitHub": "-", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "HushChat", + "ProjectLink": "https://git.hush.is/hush/hushchat", + "Description": "Private messenger using zero knowledge mathematics.", + "GitHub": "-", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Relayz", + "ProjectLink": "https://relayz.io", + "Description": "Hyper-secure, private communications protocol for Web3", + "GitHub": "-", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Mejhool", + "ProjectLink": "https://hzmcoin.com/mejhool/", + "Description": "A decentralized web and mobile app with peer-to-peer text messaging, decentralized file transfer, and voice-over-IP service.", + "GitHub": "-", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "Jami", + "ProjectLink": "https://jami.net/", + "Description": "Jami is a free/libre, end-to-end encrypted, and private communication platform.", + "GitHub": "https://git.jami.net/savoirfairelinux/jami-project", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + }, + { + "Project": "lurch1317", + "ProjectLink": "https://github.com/hardenedvault/lurch/blob/lurch1317/README-lurch1317.md", + "Description": "The omemo variant based on vault1317, which is an off-chain secure communication protocol with deniability under federated XMPP network with ✨️**ZK**.", + "GitHub": "https://github.com/hardenedvault/lurch/blob/lurch1317/README-lurch1317.md", + "ProductReadiness": "-", + "Ecosystem": "-", + "TeamLink": "-" + } + ] + } + } + \ No newline at end of file diff --git a/src/projects/messaging/status/index.yaml b/src/projects/messaging/status/index.yaml new file mode 100644 index 00000000..19e22aff --- /dev/null +++ b/src/projects/messaging/status/index.yaml @@ -0,0 +1,10 @@ +name: Status +categories: + - messaging +description: >- + Status is a secure messaging app, crypto wallet, and Web3 browser built with + state of the art technology +links: + web: https://status.im + github: https://github.com/status-im/ +team: {} diff --git a/src/projects/messaging/waku/index.yaml b/src/projects/messaging/waku/index.yaml new file mode 100644 index 00000000..900a89b8 --- /dev/null +++ b/src/projects/messaging/waku/index.yaml @@ -0,0 +1,10 @@ +name: Waku +categories: + - messaging +description: >- + Waku is the communication layer for Web3. Decentralized communication that + scales +links: + web: https://waku.org + github: https://github.com/waku-org +team: {} diff --git a/src/projects/messaging/xmtp-x-lens/index.yaml b/src/projects/messaging/xmtp-x-lens/index.yaml new file mode 100644 index 00000000..cdd87e8e --- /dev/null +++ b/src/projects/messaging/xmtp-x-lens/index.yaml @@ -0,0 +1,9 @@ +name: XMTP x Lens +categories: + - messaging +description: >- + Lens Protocol has adopted XMTP to provide a secure and private direct + messaging layer for the entire Lens ecosystem +links: + web: https://blog.xmtp.com/lens-dms-with-xmtp/ +team: {} diff --git a/src/projects/messaging/xx-messenger/index.yaml b/src/projects/messaging/xx-messenger/index.yaml new file mode 100644 index 00000000..3d4652a5 --- /dev/null +++ b/src/projects/messaging/xx-messenger/index.yaml @@ -0,0 +1,10 @@ +name: xx messenger +categories: + - messaging +description: >- + An ultra-private messaging app, powered by the quantum-resistant and + decentralized xx network +links: + web: https://elixxir.io + github: https://git.xx.network/elixxir/client-android +team: {} diff --git a/src/projects/messaging/zion/index.yaml b/src/projects/messaging/zion/index.yaml new file mode 100644 index 00000000..188d09fd --- /dev/null +++ b/src/projects/messaging/zion/index.yaml @@ -0,0 +1,8 @@ +name: Zion +categories: + - messaging +description: The safest way to join, chat, and send +links: + web: https://www.zion.fyi + github: https://github.com/getzion/ +team: {}