mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-02-11 05:46:29 +00:00
* Downgrade to yarn v1 * Rename status-communities to status-core * Rename chat-sdk to status-react * Rename packages in examples * Update readme * Remove changelog * Add extensions recommendations * Update gitignore * Rename package imports
#React chat example
##How to run example
-
First you need to
yarn && yarn build
in main repo folder -
set two environment libraries ENV and COMMUNITY_KEY
export ENV=test
to use waku test fleetexport ENV=prod
to use waku prod fleetexport COMMUNITY_KEY=0x038ff8c6539ff268e024d07534a362ef69f7b13b056fcf19177fb6282b4d547bc8
to set a key to community -
run
yarn start
inpackages/react-chat-example
folder.