mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-02 12:53:08 +00:00
update readme
This commit is contained in:
parent
23b6b8c168
commit
87319e95c7
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user