status-web/packages/react-chat-example
Pavel f1b125cc4d
Update packages to @status-im (#223)
* 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
2022-02-23 15:03:14 +01:00
..
src Update packages to @status-im (#223) 2022-02-23 15:03:14 +01:00
.eslintrc.json Update packages to @status-im (#223) 2022-02-23 15:03:14 +01:00
.mocharc.json Update packages to @status-im (#223) 2022-02-23 15:03:14 +01:00
.prettierignore Update packages to @status-im (#223) 2022-02-23 15:03:14 +01:00
README.md Update packages to @status-im (#223) 2022-02-23 15:03:14 +01:00
package.json Update packages to @status-im (#223) 2022-02-23 15:03:14 +01:00
tsconfig.json Update packages to @status-im (#223) 2022-02-23 15:03:14 +01:00
tsconfig.tsbuildinfo Update packages to @status-im (#223) 2022-02-23 15:03:14 +01:00
webpack.config.js Update packages to @status-im (#223) 2022-02-23 15:03:14 +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.