Franck R 030a33f95a
Rename DappConnect to Waku Connect (#213)
* Rename DappConnect to Waku Connect

* Remove redundant qualifier on CommunityChat

* Rename `Chat` to `ChatRoom`

There are two components:
- `CommunityChatRoom` (prev. `Chat`) contains the chat room, channels,
 members.
-`CommunityChat` wrap `ChatRoom` is the various provider.

A consumer would most likely use `CommunityChat` directly.
If they want to swap a provider, they'd use `CommunityChatRoom`

* Rename `GroupChat` to `GroupChatRoom`

* Rename `DappConnectGroupChat` to `GroupChat`

There are two components:
- `GroupChatRoom` (prev. `GroupChat`) contains the chat room, members.
- `GroupChat` wrap `GroupChatRoom` is the various provider.

A consumer would most likely use `GroupChat` directly.
If they want to swap a provider, they'd use `GroupChatRoom`.

* Remove DappConnect qualifier
2022-02-03 08:51:05 +01:00
..
2021-09-30 10:44:32 +02:00
2021-09-24 13:36:26 +02:00
2021-09-24 13:36:26 +02:00
2021-09-24 13:36:26 +02:00
2022-01-14 12:44:41 +01:00

#React chat example

##How to run example

  1. First you need to yarn && yarn build in main repo folder

  2. set two environment libraries ENV and COMMUNITY_KEY

    export ENV=test to use waku test fleet export ENV=prod to use waku prod fleet export COMMUNITY_KEY=0x038ff8c6539ff268e024d07534a362ef69f7b13b056fcf19177fb6282b4d547bc8 to set a key to community

  3. run yarn start in packages/react-chat-example folder.