mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-08 00:53:08 +00:00
Update readme
This commit is contained in:
parent
5a222a319f
commit
a155abe72f
@ -3,7 +3,7 @@
|
||||
This is the technical proof of a modular e2ee chat protocol using Waku. You can find discussion and details [here](https://github.com/waku-org/specs/pull/73)
|
||||
|
||||
See [EchoBot](./examples/bot_echo.nim) for a minimal client side usage example.
|
||||
|
||||
See [Client](./src/chat/client.nim) for the main entry point to the SDK
|
||||
|
||||
## Quick Start
|
||||
|
||||
@ -17,8 +17,8 @@ make all
|
||||
# Run tests
|
||||
make tests
|
||||
|
||||
# Run the Text Interface
|
||||
./build/tui --name=<unique_id>
|
||||
# Run an example of two clients communicating
|
||||
./build/pingpong
|
||||
```
|
||||
|
||||
## Details
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user