mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
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.
|