mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 22:13:07 +00:00
* End to end chat example for Dingpu Partially based on directchat example and previous example code. Also adds existing cluster node to Nangang README. * Update waku.nimble * Update Makefile Co-authored-by: Dean Eigenmann <7621705+decanus@users.noreply.github.com> * Update Makefile Co-authored-by: Dean Eigenmann <7621705+decanus@users.noreply.github.com>
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.
|