mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 22:13:07 +00:00
* added store protocol * setting peer * fix * line * Update dingpu.md * Update chat2.nim * Update dingpu.md * Update dingpu.md * playing around * fix * fix
23 lines
668 B
Markdown
23 lines
668 B
Markdown
# Dingpu testnet
|
|
|
|
## Basic chat usage
|
|
|
|
> The chat app requires that the remote peer connected to is supports the WakuStore protocol. For Dingpu this is already the case.
|
|
|
|
Start two chat apps:
|
|
|
|
```
|
|
./build/chat2 --ports-shift:0 --storenode:/ip4/134.209.139.210/tcp/60000/p2p/16Uiu2HAmJb2e28qLXxT5kZxVUUoJt72EMzNGXB47Rxx5hw3q4YjS
|
|
./build/chat2 --ports-shift:1 --storenode:/ip4/134.209.139.210/tcp/60000/p2p/16Uiu2HAmJb2e28qLXxT5kZxVUUoJt72EMzNGXB47Rxx5hw3q4YjS
|
|
```
|
|
|
|
Type `/connect` then paste address of other node.
|
|
|
|
Then type messages to publish.
|
|
|
|
## Dingpu cluster node
|
|
|
|
```
|
|
/ip4/134.209.139.210/tcp/60000/p2p/16Uiu2HAmJb2e28qLXxT5kZxVUUoJt72EMzNGXB47Rxx5hw3q4YjS
|
|
```
|