diff --git a/eth-pm/README.md b/eth-pm/README.md index d338c42..5fc4b9d 100644 --- a/eth-pm/README.md +++ b/eth-pm/README.md @@ -18,15 +18,13 @@ only knowing their Ethereum Address. This protocol has been created to demonstrated how encryption and signature could be added to message sent over the Waku v2 network. -The `master` branch's HEAD is deployed at https://js-waku.wakuconnect.dev/examples/eth-pm/. +The `master` branch's HEAD is deployed at https://examples.waku.org/eth-pm/. To run a development version locally, do: ```shell -git clone https://github.com/status-im/js-waku/ ; cd js-waku -npm install # Install dependencies for js-waku -npm run build # Build js-waku -cd examples/eth-pm -npm install # Install dependencies for the web app -npm run start # Start development server to serve the web app on http://localhost:3000/js-waku/eth-pm +git clone https://github.com/waku-org/js-waku-examples +cd eth-pm +npm install +npm run start ``` diff --git a/light-js/README.md b/light-js/README.md index ca9798f..ebc032a 100644 --- a/light-js/README.md +++ b/light-js/README.md @@ -10,4 +10,4 @@ This example uses Waku Filter to listen to messages and Waku Light Push to send To test the example, simply download the `index.html` file from this folder and open it in a browser. -The `master` branch's HEAD is deployed at https://js.waku.org/light-js/. +The `master` branch's HEAD is deployed at https://examples.waku.org/light-js/. diff --git a/relay-angular-chat/README.md b/relay-angular-chat/README.md index dafb68f..2211dc0 100644 --- a/relay-angular-chat/README.md +++ b/relay-angular-chat/README.md @@ -10,15 +10,15 @@ A barebones messaging app to illustrate the [Angular Relay guide](https://docs.wakuconnect.dev/docs/guides/10_angular_relay/). +The `master` branch's HEAD is deployed at https://examples.waku.org/relay-angular-chat/. + To run a development version locally, do: ```shell -git clone https://github.com/status-im/js-waku/ ; cd js-waku -npm install # Install dependencies for js-waku -npm run build # Build js-waku -cd examples/relay-reactjs-chat -yarn # Install dependencies for the web app -yarn start # Start development server to serve the web app on http://localhost:4200/ +git clone https://github.com/waku-org/js-waku-examples +cd relay-angular-chat +npm install +npm start ``` ### Known issues diff --git a/relay-js/README.md b/relay-js/README.md index 80f38e0..657aa7b 100644 --- a/relay-js/README.md +++ b/relay-js/README.md @@ -10,4 +10,4 @@ This example uses Waku Relay to send and receive simple text messages. To test the example, simply download the `index.html` file from this folder and open it in a browser. -The `master` branch's HEAD is deployed at https://js-waku.wakuconnect.dev/examples/relay-js/. +The `master` branch's HEAD is deployed at https://examples.waku.org/relay-js/. diff --git a/relay-reactjs-chat/README.md b/relay-reactjs-chat/README.md index b9ef693..9709e6a 100644 --- a/relay-reactjs-chat/README.md +++ b/relay-reactjs-chat/README.md @@ -10,11 +10,13 @@ A barebone chat app to illustrate the [ReactJS Relay guide](https://docs.wakuconnect.dev/docs/guides/07_reactjs_relay/). +The `master` branch's HEAD is deployed at https://examples.waku.org/relay-reactjs-chat/. + To run a development version locally, do: ```shell -git clone https://github.com/waku-org/js-waku-examples/ -cd js-waku-examples/relay-reactjs-chat +git clone https://github.com/waku-org/js-waku-examples +cd relay-reactjs-chat npm install npm run start ``` diff --git a/store-js/README.md b/store-js/README.md index 27ab8d3..a4bc37b 100644 --- a/store-js/README.md +++ b/store-js/README.md @@ -10,4 +10,4 @@ This example uses Waku Store to retrieve the latest ping relay message (used for To test the example, simply download the `index.html` file from this folder and open it in a browser. -The `master` branch's HEAD is deployed at https://js-waku.wakuconnect.dev/examples/store-js/. +The `master` branch's HEAD is deployed at https://examples.waku.org/store-js/. diff --git a/store-reactjs-chat/README.md b/store-reactjs-chat/README.md index ecd75e0..18060ce 100644 --- a/store-reactjs-chat/README.md +++ b/store-reactjs-chat/README.md @@ -9,15 +9,13 @@ A simple app that retrieves chat messages using [Waku Store](https://rfc.vac.dev/spec/13/) to illustrate the [Retrieve Messages Using Waku Store With ReactJS guide](https://docs.wakuconnect.dev/docs/guides/08_reactjs_store/). -The `master` branch's HEAD is deployed at https://js-waku.wakuconnect.dev/examples/store-reactjs-chat/. +The `master` branch's HEAD is deployed at https://examples.waku.org/store-reactjs-chat/. To run a development version locally, do: ```shell -git clone https://github.com/status-im/js-waku/ ; cd js-waku -npm install # Install dependencies for js-waku -npm run build # Build js-waku -cd examples/store-reactjs-chat -npm install # Install dependencies for the web app -npm run start # Start development server to serve the web app on http://localhost:3000/ +git clone https://github.com/waku-org/js-waku-examples +cd store-reactjs-chat +npm install +npm run start ``` diff --git a/web-chat/README.md b/web-chat/README.md index 343f14a..67ce7b6 100644 --- a/web-chat/README.md +++ b/web-chat/README.md @@ -11,17 +11,15 @@ A ReactJS chat app is provided as a showcase of the library used in the browser. It implements [Waku v2 Toy Chat](https://rfc.vac.dev/spec/22/) protocol. -A deployed version is available at https://js-waku.wakuconnect.dev/examples/web-chat/. +A deployed version is available at https://examples.waku.org/web-chat/. To run a development version locally, do: ```shell -git clone https://github.com/status-im/js-waku/ ; cd js-waku -npm install # Install dependencies for js-waku -npm run build # Build js-waku -cd examples/web-chat -npm install # Install dependencies for the web app -npm run start # Start development server to serve the web app on http://localhost:3000/js-waku +git clone https://github.com/waku-org/js-waku-examples +cd web-chat +npm install +npm run start ``` Use `/help` to see the available commands.