mirror of https://github.com/waku-org/nwaku.git
15 lines
212 B
Markdown
15 lines
212 B
Markdown
|
# Dingpu testnet
|
||
|
|
||
|
## Basic chat usage
|
||
|
|
||
|
Start two chat apps:
|
||
|
|
||
|
```
|
||
|
./build/chat2 --ports-shift=0
|
||
|
./build/chat2 --ports-shift=1
|
||
|
```
|
||
|
|
||
|
Type `/connect` then paste address of other node.
|
||
|
|
||
|
Then type messages to publish.
|