From 96b6cd564c980df4f0481fea1bedfc20a99d58e3 Mon Sep 17 00:00:00 2001 From: molvqingtai Date: Fri, 1 Nov 2024 07:09:44 +0800 Subject: [PATCH] docs: update readme --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 230ed85..daa0298 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ This is an anonymous chat browser extension that is decentralized and serverless The aim is to add chat room functionality to any website, you'll never feel alone again. - - ### Install **Install from Store** @@ -35,15 +33,10 @@ The aim is to add chat room functionality to any website, you'll never feel alon After installing the extension, you'll see a ghost icon in the bottom-right corner of any website. Click it, and you'll be able to chat happily with others on the same site! - - ### Video https://github.com/user-attachments/assets/e7ac9b8e-1b6c-43fb-8469-7a0a2c09d450 - - - ### Standing on the Shoulders of Giants In addition to the good idea of decentralized chat, it also leverages some fantastic technologies. @@ -54,7 +47,8 @@ In addition to the good idea of decentralized chat, it also leverages some fanta - **[wxt](https://wxt.dev/)**: This is the best framework I’ve used for building browser extensions, bar none. -- **[trystero](https://github.com/dmotz/trystero)**: The core dependency for implementing decentralized communication, enabling connections to decentralized networks like IPFS, torrent, Nostr, etc. +- ~~**[trystero](https://github.com/dmotz/trystero)**: The core dependency for implementing decentralized communication, enabling connections to decentralized networks like IPFS, torrent, Nostr, etc.~~ +- **[Artico](https://github.com/matallui/artico)**: A flexible set of libraries that help you create your own WebRTC-based solutions - **[ugly-avatar](https://github.com/txstc55/ugly-avatar)**: Use it to create stunning random avatars.