Merge c1bbfb08bf5b26ee5eb4e8a2d71a19be3098e16e into 95040402feae4ebc3038d66e1168390669bd6942

This commit is contained in:
Prem Chaitanya Prathi 2026-02-05 20:40:50 +05:30 committed by GitHub
commit 4bb4866864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,17 @@
Rust layer on top of [`logos-messaging-nim`](https://github.com/logos-messaging/logos-messaging-nim) [C FFI bindings](https://github.com/logos-messaging/logos-messaging-nim/blob/master/library/libwaku.h).
# How to build and run the toy-chat example
- After cloning the repo run `git submodule update --init --recursive` to init all submodules.
- Run the command `cargo build` to build the bindings
- To run the toy-chat example
```
cd examples/toy-chat
cargo run <name>
```
## About Waku