docs: update readme

This commit is contained in:
molvqingtai 2024-11-01 07:09:44 +08:00
parent ebd22bc6f2
commit 96b6cd564c

View file

@ -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. The aim is to add chat room functionality to any website, you'll never feel alone again.
### Install ### Install
**Install from Store** **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! 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 ### Video
https://github.com/user-attachments/assets/e7ac9b8e-1b6c-43fb-8469-7a0a2c09d450 https://github.com/user-attachments/assets/e7ac9b8e-1b6c-43fb-8469-7a0a2c09d450
### Standing on the Shoulders of Giants ### Standing on the Shoulders of Giants
In addition to the good idea of decentralized chat, it also leverages some fantastic technologies. 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 Ive used for building browser extensions, bar none. - **[wxt](https://wxt.dev/)**: This is the best framework Ive 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. - **[ugly-avatar](https://github.com/txstc55/ugly-avatar)**: Use it to create stunning random avatars.