dappconnect-sdks/packages/react-chat-example
Szymon Szlachtowicz c810a2943e
Update react chat example readme (#210)
2022-01-31 22:43:32 +01:00
..
src Add loading state and rename chat component (#205) 2022-01-27 12:13:12 +01:00
.eslintrc.json Use history in messaging (#21) 2021-09-30 10:44:32 +02:00
.mocharc.json Add react chat packages (#11) 2021-09-24 13:36:26 +02:00
.prettierignore Add react chat packages (#11) 2021-09-24 13:36:26 +02:00
README.md Update react chat example readme (#210) 2022-01-31 22:43:32 +01:00
package.json Rename packages (#190) 2022-01-14 12:44:41 +01:00
tsconfig.json Add react chat packages (#11) 2021-09-24 13:36:26 +02:00
tsconfig.tsbuildinfo Rename packages (#190) 2022-01-14 12:44:41 +01:00
webpack.config.js Fix webpack build warning (#181) 2022-01-11 09:27:32 +01:00

README.md

#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.