de6837b0f5
* 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 |
||
---|---|---|
.. | ||
src | ||
.eslintrc.json | ||
.mocharc.json | ||
.prettierignore | ||
README.md | ||
package.json | ||
tsconfig.json | ||
tsconfig.tsbuildinfo | ||
webpack.config.js |
README.md
#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.