From 87319e95c7f9df9a77b366f0309381e7febe50e0 Mon Sep 17 00:00:00 2001 From: Sasha Date: Wed, 30 Aug 2023 22:19:49 +0200 Subject: [PATCH] update readme --- examples/relay-chat/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/relay-chat/README.md b/examples/relay-chat/README.md index 397579b..4fa8895 100644 --- a/examples/relay-chat/README.md +++ b/examples/relay-chat/README.md @@ -12,7 +12,9 @@ To test the example run `npm install` and then `npm start`. The `master` branch's HEAD is deployed at https://examples.waku.org/relay-chat/. ### Steps to run an example: -1. Build and then run `go-waku` node with following command: `./build/waku --ws true --relay true --circuit-relay true` +1. Get a Waku node that implements `/libp2p/circuit/relay/0.2.0/hop` and `/libp2p/circuit/relay/0.2.0/stop` +1.1. Find `go-waku` node or +1.2. Build and then run `go-waku` node with following command: `./build/waku --ws true --relay true --circuit-relay true` 2. Copy node's multiaddr (e.g `/ip4/192.168.0.101/tcp/60001/ws/p2p/16Uiu2HAm9w2xeDWFJm5eeGLZfJdaPtkNatQD1xrzK5EFWSeXdFvu`) 3. In `relay-chat` example's folder run `npm install` and then `npm start` 4. Use `go-waku`'s multiaddr for **Remote node multiaddr** and press dial. Repeat in two more tabs.