From c810a2943e9373b97cd8a15d057095ac10476a6e Mon Sep 17 00:00:00 2001 From: Szymon Szlachtowicz <38212223+Szymx95@users.noreply.github.com> Date: Mon, 31 Jan 2022 22:43:32 +0100 Subject: [PATCH] Update react chat example readme (#210) --- packages/react-chat-example/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/react-chat-example/README.md b/packages/react-chat-example/README.md index 539a1696..d9fa0d1b 100644 --- a/packages/react-chat-example/README.md +++ b/packages/react-chat-example/README.md @@ -1 +1,13 @@ -#React chat example \ No newline at end of file +#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. \ No newline at end of file