Packages for building web applications in the Status ecosystem. https://status-components.vercel.app
Go to file
Maria Rushkova b82bf0c0e5
Chat creation mode fixes (#219)
2022-02-04 15:56:30 +01:00
.github/workflows Bump js-waku version to 0.16.0 (#217) 2022-02-04 10:01:49 +01:00
.vscode Add react chat packages (#11) 2021-09-24 13:36:26 +02:00
.yarn Bump js-waku version to 0.16.0 (#217) 2022-02-04 10:01:49 +01:00
packages Chat creation mode fixes (#219) 2022-02-04 15:56:30 +01:00
.eslintrc.json First commit 2021-09-03 17:58:45 +10:00
.gitattributes Setup status-communities package 2021-09-13 15:54:05 +10:00
.gitignore Load community key from env (#175) 2022-01-05 13:51:12 +01:00
.yarnrc.yml Add private group chat handling (#136) 2021-11-26 12:24:37 +01:00
CHANGELOG.md Rename DappConnect to Waku Connect (#213) 2022-02-03 08:51:05 +01:00
LICENSE-APACHE-v2 First commit 2021-09-03 17:58:45 +10:00
LICENSE-MIT First commit 2021-09-03 17:58:45 +10:00
README.md Rename DappConnect to Waku Connect (#213) 2022-02-03 08:51:05 +01:00
package.json Rename DappConnect to Waku Connect (#213) 2022-02-03 08:51:05 +01:00
yarn.lock Bump js-waku version to 0.16.0 (#217) 2022-02-04 10:01:49 +01:00

README.md

Waku Connect Chat SDK

A ReactJS SDK to easily integrate a decentralized, end-to-end encrypted chat feature to your dApp.

The Waku Connect Chat SDK enables several type of chats:

  • 1:1 Encrypted chats
  • Private group chats
  • Spam resistant public chats, powered by Status Communities (an admin needs to run a Status Desktop or Mobile app to moderate)

It also enables user to create their identity by either:

  • Using their Web3 wallet, or,
  • Generate an anonymous identity locally.

Documentation

WIP.